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 546 forks source link

ImportError: No module named string_utils #19

Closed sathees07 closed 5 years ago

sathees07 commented 5 years ago

pls help me!! this error occurs while running every file ImportError: No module named string_utils

tientuyen07 commented 5 years ago

@sathees07 Go to folder utils/string_utils and create file __init__.py. OR copy file __init__.py from folder utils to folder string_utils