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
print([category_index.get(i) for
Try to set the min_score_thresh to 0. Then you will probably see 300 detections.