-
Notifications
You must be signed in to change notification settings - Fork 45.4k
Description
Im using the lastest version of the models
I've been using a source-code from this repository
Im using Windows 10
Installed Tensorflow using the pip install tensorflow
installed tensorflow 2.0
Not using Bazel
CUDA Version = N/A
python object_detection_tutorial.ipynb
https://stackoverflow.com/questions/58804956/how-to-edit-the-new-object-detection-tutorial-ipynb
i want to edit the object_detection_tutorial.ipynb to use my trained model but the tutorial that i followed online had the old tensorflow object detection api
i tried using the old object_detection_tutorial.ipynb and continue to follow the tutorial but it didn't show bounding boxes and but when i try the original code where they detect the dog and beach it worked fine using the new object_detection_tutorial.ipynb so decided to just edit the new one but i cant really do it correctly
this is what i was saying the new object_detection_tutorial.ipynb https://github.com/tensorflow/models/blob/master/research/object_detection/object_detection_tutorial.ipynb and i was following sentdex tutorial which is 2 years ago and a lot has changed on the object_detection_tutorial.ipynb that was available at that time
what do i need to edit in the object_detection_tutorial.ipynb to be able to run my own trained model