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

Code Implementation #13

Closed SalsHacker closed 3 years ago

SalsHacker commented 5 years ago

I am getting the error- Traceback (most recent call last): File "carxcount.py", line 22, in <module> detection_graph, category_index = backbone.set_model('ssd_mobilenet_v1_coco_2017_11_17') NameError: name 'backbone' is not defined

ahmetozlu commented 5 years ago

Can you try to run the program on python3?

bidyutchanda commented 4 years ago

Did you clone the whole repo or did you download just one file?