Closed aari1-sowmya closed 6 years ago
For my project I want results as follows.
To get these result , what type of changes that I need to do in the code. So that I can count number of maggi packets and number of Dark Fantacy packets in the given image. Please kindly help me with this.
I also face exactly the same error as @aari1-sowmya
Any suggestion?
ok, i found the error. It's because of "Indentation issue" in the file object_counting_api.py. It's not properly indent
did you got results now?
Where I need to remove indentations
Replace with this file. It will work
https://www.dropbox.com/s/u3smzyg9alfmcbg/object_counting_api.py?dl=0
thanks @mobileonekh
I am working on a project called " product recognition in Super Market Shelves ". I have images of shelves with products like Maggi and Dark Fantacy and I am able to detect these products with TF object detection API. Now I want to count how many number of maggi and how many number of dark fantacy is there in given image. So I thought , I can achieve this by using your TF object Counting API and I executed Single Image Object Counting .py program. When I am executing I got error as below.