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 try new dataset based on my data #18

Closed varmatangoit closed 5 years ago

varmatangoit commented 5 years ago

Hi Using this algorithm I can able detected vehicle and color of the vehicle, but I need more information like make and model of the vehicle for that I need to train based on my dataset. Can you help me how to train dataset on this algorithm?

ahmetozlu commented 5 years ago

You need to perform "Transfer Learning" with your custom data on one of the trained models. You can find tons of tutorials about it and here is a resource that can help you about it.

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.

thisisashukla commented 5 years ago

@ahmetozlu any ideas how can i contribute to this custom training module. I would love to contribute.

ahmetozlu commented 5 years ago

Hi @git-ankur-shukla,

First of all, thanks a lot for your interest and willingness to contribute! I think it would be great to develop a sample project which provides a custom trained model for detection, tracking and counting the custom objects using TensorFlow Object Counting API. The sample project might contains these stuff:

I would want to develop this sample project but it is difficult to find time to work on it for me! If I can get your support it would be great to make this Counting API more powerful and useful. Moreover, the readers of your project will see that how can they train their own custom model to count any custom objects. It sounds awesome!

I hope, this makes sense for you! What do you think about it! I am looking forward to hear your feedback and also your contributions!

Sincerely, Ahmet

ahmetozlu commented 5 years ago

https://github.com/ahmetozlu/tensorflow_object_counting_api/issues/20#issuecomment-447818120