ahmetozlu / vehicle_counting_tensorflow

:oncoming_automobile: "MORE THAN VEHICLE COUNTING!" This project provides prediction for speed, color and size of the vehicles with TensorFlow Object Counting API.
https://www.youtube.com/watch?v=PrqnhHf6fhM
MIT License
891 stars 361 forks source link

Run this on a new trained model #26

Open shivain opened 6 years ago

shivain commented 6 years ago

I have a trained model of inception v3, retrained on the class of Vehicles. I want to use that instead of the by default setting here. How can i do that ?

ahmetozlu commented 6 years ago

Hey,

You can use which CNN architecture you want by "TensorFlow Object Counting API" via setting this line!

vehicle_counting_tensorflow is just a sample project that shows how you can develop object counting systems by using "TensorFlow Object Counting API". If you want to reach more features about detection/tracking/counting to develop various projects that are based object counting, you can use "TensorFlow Object Counting API".

BR, Ahmet

sidharthskumar commented 5 years ago

I have a trained model of inception v3, retrained on the class of Vehicles. I want to use that instead of the by default setting here. How can i do that ?

have u been successful with that ?