I ran the Jupyter Notebook Object Detection with TensorFlow tutorial and everything seemed to run fine except none of the actual detection boxes showed up overlaid on the images. I just saw the plain images of the dogs and beach without anything else on them.
Is there something I might have forgotten to do? I ran the script as is.
Thanks for the help.
EDIT: I found a solution. Changing the model name to an older model ('ssd_mobilenet_v1_coco_11_06_2017') fixed the issue for me.
You must be logged in to post. Please login or register an account.