Multi-Camera-Live-Object-Tracking icon indicating copy to clipboard operation
Multi-Camera-Live-Object-Tracking copied to clipboard

Multi-camera live traffic and object counting with YOLO v4, Deep SORT, and Flask.

Results 26 Multi-Camera-Live-Object-Tracking issues
Sort by recently updated
recently updated
newest added

Hi, I'm posting this issue because I observed that I get worse scores with a DeepSORT tracker compared to what I get with a simple SORT tracker. I used your...

it would be nice if u can modify the code for offline video version

Hello! First, thank you for this impressive work! However, I read the code, but I do not quite understand when doing MTMC tracking how it makes sure that the same...

Hi there, I love your project, thanks for sharing! Is there a possibility to share your Yolo weights trained on DETRAC? It is missing the model_data/yolov4.h5 now to run it...

I believe is only for OsX users?? Is there a way to run this projects on ubuntu 18.04?

I am getting the following error when attempting to run this application. Any ideas as to what is going on (what I am doing wrong)? * Serving Flask app "app"...

When running `python app.py` I got similar error for both flask apps(object counting/traffic counting): **Stopping YOLO thread for device 0 due to error. name 'decode' is not defined [2020-07-17 20:00:03,600]...

I'm trying to install the environment file but I think there's some compatibility issues due to the latest Anaconda distribution. Could you tell me please which version are you using???

Hi, First of all, cogratulations on your project. I'm trying to run it streaming my android camera. However, after running both files and opening localhost:5000, this error pops up in...