#275 · Primary category: Computer Vision

tensorflow_object_counting_api

computer-vision data-science deep-learning deep-neural-networks image-processing machine-learning object-counting object-counting-api object-detection object-detection-api object-detection-label object-detection-pipelines opencv pedestrian-counting shelf-management shelf-navigation tensorflow tensorflow-api tensorflow-object-detection-api vehicle-counting

🚀 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!

Project last updated:08/30/24

GitHub Stars

1.3K

Forks

540

Contributors

3

License

MIT

Why we included this project

Engineers building object counting systems from video feeds will find a practical reference here. The API packages detection, tracking, and counting into straightforward calls, so you can process a traffic or pedestrian clip and get cumulative totals across a region-of-interest line, or follow a single class like vehicles in real time. Ready-to-run examples for vehicle and pedestrian counting make it easy to see a full pipeline before adapting it to your own data. A custom mode demonstrates transfer learning for training counters on your own classes, and a Mask R-CNN variant adds segmentation when you need it. The code predates recent TensorFlow releases, so expect to modernize the APIs yourself, but as a self-contained example it remains one of the more accessible ways to build a vision-based counter.

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