BenGreenfield825 / TF_Object_Detection2020

A guide on how to setup TensorFlow Object Detection API in 2020
89 stars 90 forks source link

Tensorflow OBJ API facing issue in your code #4

Open Umar-Iftikhar opened 4 years ago

Umar-Iftikhar commented 4 years ago

in start you are installing tensorflow 1.15 and when you open jupyter notebook in reserch->objection detection->colab_tutorials you are ignoring its ist cell where they are installing tf2.* and you didt focus on it. So, the issue is tf1.15 does not support these tutorials the error im facing while loading weights in each notebook same error

TypeError: load() missing 2 required positional arguments: 'tags' and 'export_dir'

Petros626 commented 3 years ago

thank you for your comment? so he first installs tensorflow 1.15 and then jupyter upgrades it to tensorflow 2.x. finally youre not able to run the updated_old_example and the webcam script right?