#384 · Primary category: Computer Vision

vehicle_counting_tensorflow

color-recognition computer-vision data-science deep-learning deep-neural-networks detection image-processing machine-learning object-detection object-detection-label opencv prediction python speed-prediction tensorflow tensorflow-object-detection-api vehicle-counting vehicle-detection vehicle-detection-and-tracking vehicle-tracking

:oncoming_automobile: "MORE THAN VEHICLE COUNTING!" This project provides prediction for speed, color and size of the vehicles with TensorFlow Object Counting API.

Project last updated:09/11/21

GitHub Stars

928

Forks

362

Contributors

3

License

MIT

Why we included this project

Traffic-camera analytics usually settle for a count; this project also records what kind of vehicle passed, its color, size, direction of travel, and speed in km/h. Built on the TensorFlow Object Counting API, it detects and classifies cars, trucks, buses, bicycles, and motorcycles from video, crops each detected vehicle out of the frame, and writes the run to a CSV that covers type, color, direction, and speed. That is handy when prototyping parking-lot, garage, or campus traffic monitoring. Manage expectations: this is a sample reference implementation, not a maintained product, so plan on setup effort, model tuning, and adapting the code to your own footage. Use it as a documented starting point for seeing how detection, tracking, and speed measurement work together.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category