pedestrian-cam icon indicating copy to clipboard operation
pedestrian-cam copied to clipboard

Monitoring Foot Traffic over IP Webcams with ML

Results 2 pedestrian-cam issues
Sort by recently updated
recently updated
newest added

Hi, I am new to YOLO. I have a few question regarding your approach to collect data. 1-Why you capture screen(static image) and count people rather than analyze video instead?...

``` [tcp @ 0x7fa5e952a180] Connection to tcp://84.35.225.233:83 failed: Operation timed out OpenCV: Couldn't read video stream from file "http://84.35.225.233:83/SnapshotJPEG?Resolution=640x480&Quality=Clarity&1509566566" ``` in prediction.py i found the line ``` cap = cv2.VideoCapture('http://84.35.225.233:83/SnapshotJPEG?Resolution=640x480&Quality=Clarity&1509566566')...