ahmetozlu / tensorflow_object_counting_api

🚀 The TensorFlow Object Counting API is an open source framework built on top of TensorFlow and Keras that makes it easy to develop object counting systems!
https://www.youtube.com/watch?v=yT_1eKJTdfk
MIT License
1.32k stars 545 forks source link

Working on Own Object detection. (ex:Smurf Counting) ModuleNotFoundError: No module named 'nets' #65

Closed samareshyadav55 closed 4 years ago

bidyutchanda commented 4 years ago

Check out this issue.

https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10/issues/150

The problem is 'nets' is actually a folder created by OP and not a Python package. And if Python does not find that folder in the given path, this error is raised.