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

single_image_object_coutning.py #60

Closed FenrirLawrence closed 4 years ago

FenrirLawrence commented 4 years ago

when I try to run the code I get the following error, ModuelNotFoundError: No module named 'backbone', I had changed the code to import utils instead of from utils import backbone since the code wasn't working then. I can't seem to find any documentation backbone?