TensorFlow Object Detection API print objects found on image to console

前端 未结 6 1876
星月不相逢
星月不相逢 2021-02-01 06:31

I\'m trying to return list of objects that have been found at image with TF Object Detection API.

To do that I\'m using print([category_index.get(i) for

6条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-01 07:04

    Try to set the min_score_thresh to 0. Then you will probably see 300 detections.

提交回复
热议问题