LeonLok / Multi-Camera-Live-Object-Tracking

Multi-camera live traffic and object counting with YOLO v4, Deep SORT, and Flask.
GNU General Public License v3.0
965 stars 282 forks source link

> > 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 yolo_thread method in base_camera.py. #34

Open ghost opened 3 years ago

ghost commented 3 years ago

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 yolo_thread method in base_camera.py. If camera_yolo.py was successful, then the ('yolo', '0) stream should be working. I think maybe something is wrong within these steps somewhere since your camera stream has no issues? I hope that makes sense - I think I've never had this issue before. Please let me know how it goes.

Thanks a lot, I will try to figure it out. I 'm feeling thankful when fixing bug and got some help

Hello Duy-Cao-Vo I have been having this same issue for some time now. Did you ever find a solution to this issue? That would be greatly appreciated.

Originally posted by @DataCowboy30 in https://github.com/LeonLok/Multi-Camera-Live-Object-Tracking/issues/8#issuecomment-821898447

urbansound8K commented 2 years ago

any solution?