diff --git a/README.md b/README.md index d7f88a4c..44ec0a36 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Currently, it has MobileNetV1, MobileNetV2, and VGG based SSD/SSD-Lite implement It also has out-of-box support for retraining on Google Open Images dataset. -![Example of Mobile SSD](run_ssd_example_output.jpg "Example of Mobile SSD(Courtesy of https://www.pexels.com/@mirit-assaf-299757 for the image.") +![Example of Mobile SSD](readme_ssd_example.jpg "Example of Mobile SSD(Courtesy of https://www.pexels.com/@mirit-assaf-299757 for the image.") ## Dependencies 1. Python 3.6+ diff --git a/readme_ssd_example.jpg b/readme_ssd_example.jpg new file mode 100644 index 00000000..3075c9b9 Binary files /dev/null and b/readme_ssd_example.jpg differ