Closed charlielito closed 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 :)
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