Nkap23 / TensorFlow_with_Colab_tutorial

TensorFlow 2 Object Detection API with Google Colab!
MIT License
15 stars 23 forks source link

Stuck at step 10, No module named 'object_detection' #7

Open sunnuD opened 3 years ago

sunnuD commented 3 years ago

Traceback (most recent call last): File "model_builder_tf2_test.py", line 25, in from object_detection.builders import model_builder ModuleNotFoundError: No module named 'object_detection' Done

i have checked the xml files, label_map.pbtxt and generate_tfrecord.py all are present and i have also modified the pbxt file to one id only as i am only using one dataset

AlArths commented 3 years ago

I have the same issue

Noonlord commented 2 years ago

I am guessing that you changed the runtime and forgot to run setup.py / build.py again.

(Yes, really old issue but I hope it helps someone!)