gustavz / realtime_object_detection

Plug and Play Real-Time Object Detection App with Tensorflow and OpenCV
MIT License
281 stars 148 forks source link

Fix model name for mobilenet download #22

Closed charlielito closed 6 years ago

charlielito commented 6 years ago

These 2 variables should be : OD_MODEL_NAME: 'ssd_mobilenet_v1_coco_2017_11_17' # Only used for downloading the correct Model Version OD_MODEL_PATH: 'models/ssd_mobilenet_v1_coco_2017_11_17/{}'

Because otherwise the download fails since the url is invalid

gustavz commented 6 years ago

This is correct if you want to use the default ssd model provided in the model zoo.

All changings inside config.sample.yml should be made by each user inside a new config.yml file.

Loading another model is part of that :)