Nothing is being detected in Tensorflow Object detection API

后端 未结 5 1228
耶瑟儿~
耶瑟儿~ 2020-12-28 20:51

I\'m trying to implement Tensorflow object detection API sample. I am following sentdex videos for getting started. The sample code runs perfectly, it also shows the images

5条回答
  •  时光说笑
    2020-12-28 21:34

    As a workaround change #MODEL_NAME = 'ssd_mobilenet_v1_coco_2017_11_08' to MODEL_NAME = 'faster_rcnn_resnet101_coco_2017_11_08'.

提交回复
热议问题