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

To test out the app i found some open source stream [rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov](url) The i run app.py and than camera_client_0.py the flask app shows in logs Cannot feed value of shape...

I am not getting YOLO stream. I got the camera stream but I cannot get YOLO stream. The image can be seen here ![image](https://user-images.githubusercontent.com/90297273/158319759-1fba8561-43b2-428e-967c-1c952e533a6b.png) The error is as in the...

Ok, so how long is it meant to be to run the video streamer and traffic counter? Because, YOLO is still examining the first frame after 10 minutes. ![image](https://user-images.githubusercontent.com/64721985/153713902-2e158654-38d8-4dae-8248-e9345a912a6b.png) ![image](https://user-images.githubusercontent.com/64721985/153713915-f952bd50-6f5a-418e-b77a-bcf7391004f4.png)...

[2021-10-18 16:14:38,775] ERROR in app: Exception on /video_feed/yolo/0 [GET] Traceback (most recent call last): File "C:\Users\admin\Anaconda3\envs\new\lib\site-packages\flask\app.py", line 2073, in wsgi_app response = self.full_dispatch_request() File "C:\Users\admin\Anaconda3\envs\new\lib\site-packages\flask\app.py", line 1518, in full_dispatch_request rv...

Hi Sir, Thanks for this amazing work. I am using your Yolov4+DeepSort project but the speed is very slow. Is it possible to combine Tiny_Yolov4+DeepSort? Where we should make changes...

hello, is there a way to use multiple usb cameras instead of streaming on ip cameras. thank you.

> > The yolo_frames method in camera_yolo.py takes the frames from the ('camera', '0') stream and then applies YOLO and tracking to each frame. These are then used in the...

Hello, Thanks for the sharing this wonderful project. I have a quick question. Is this running seperate trackers for each stream? What I mean is, let's say an object is...

can you please explain what this variable (max_track_id) does? By the time crop_dataset creates images, this variable has a value about 6000 and the cosine metric learning in nwojke's repo...

I used the detrac tools folder to convert the detrac dataset to market1501 format Now i want to train it and the code in the cosine metric learning repo expects...