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

How to count the number of any class which is not present in COCO dataset? #21

Closed sahatprasad closed 5 years ago

sahatprasad commented 5 years ago

I have been building a toy(which is not present in COCO) detection dataset based in tensorflow object detection API. I have followed this github repository for my project model,Github.

But now I also want to count the number of toys present and saw your repository. Can you please tell what should I change in this Github repository and the information which I can use from my previous work.

ahmetozlu commented 5 years ago

Custom training module has been developed currently and it will be published soon. Thus, you can perform transfer learning on trained model to develop your custom object counting systems.

dmrhmt commented 5 years ago

I have the same problem, I could'nt figure it out where to put my trained data. Are there any development on custom training module?

ahmetozlu commented 5 years ago

A sample project added to guide you about training your own object detector with your own data to develop your own custom object counting system! Please, check this sample project!