deep_sort_yolov3 icon indicating copy to clipboard operation
deep_sort_yolov3 copied to clipboard

How to modify the code input video? And when I use the usb camera, there is no output? Why is this

Open ss199302 opened this issue 5 years ago • 1 comments

@Qidian213

ss199302 avatar Dec 16 '18 08:12 ss199302

modify "video_capture = cv2.Video_Capture(0)" to "video_capture = cv2.Video_Capture(video_path)" in demo.py, video_path is your local video.

xxcheng0708 avatar Apr 26 '19 02:04 xxcheng0708