Akhtar303 / Vehicle-Detection-and-Tracking-Usig-YOLO-and-Deep-Sort-with-Keras-and-Tensorflow

Vehicle-Detection and Tracking Using YOLO and Deep Sort with Tensorflow
MIT License
34 stars 12 forks source link

people_count_app.py #3

Closed raylooi closed 4 years ago

raylooi commented 4 years ago

Hi Akhtar,

how do you use people_count_app.py ?

Akhtar303 commented 4 years ago

@raylooi it's just integration of same code with Flask so just run python people_count_app.py and using any other Flask API or Postman to hit '/People_Count' API which define in people_count_app.py to give path of any video path or IP camera path.

Akhtar303 commented 4 years ago

closed