JdeRobot / ObjectDetector

16 stars 14 forks source link

NotFoundError: Net/TensorFlow/ssdlite_mobilenet_v2_coco_2018_05_29.pb; No such file or directory #50

Closed ayushmankumar7 closed 4 years ago

ayushmankumar7 commented 4 years ago

"ssd_mobilenet_v2_coco_2018_03_29.pb" present in the model.zip file in Net/Tensorflow but in yml file, it's stated "ssdlite_mobilenet_v2_coco_2018_05_29.pb".

Following Error was seen Screenshot from 2020-03-06 13-37-56

Possible Fixes

  1. Add "ssdlite_mobilenet_v2_coco_2018_05_29.pb" in model.zip
  2. Change yml file to accept "ssd_mobilenet_v2_coco_2018_03_29.pb"

I am solving the problem using the 2nd solution.

naxvm commented 4 years ago

Fixed on #56