theAIGuysCode / yolov4-deepsort

Object tracking implemented with YOLOv4, DeepSort, and TensorFlow.
GNU General Public License v3.0
1.33k stars 750 forks source link

How to call local camera detection in colab #62

Open 6Lackiu opened 3 years ago

6Lackiu commented 3 years ago

I want to ask how to call the local camera in colab for real-time detection. When I run "!python object_tracker.py --video 0 --output ./outputs/webcam.avi --model yolov4", the system prompts me "can 't find starting number (in the name of file): ./outputs/webcam.avi in function'icvExtractPattern'", how can this be solved? Thank you! 1