McMasterAI / TrafficTracker

A street traffic counter that provides efficient and ethical modelling of how people engage and interact within a given public space.
MIT License
7 stars 2 forks source link

Take results from object tracker and stream to Kafka #62

Open cczarnuch opened 3 years ago

cczarnuch commented 3 years ago

Create a new file in the root folder called producer.py that will take as input the output from the detections and will stream the results to the Kafka producer.

More info to come in the future.