|
|
3 年之前 | |
|---|---|---|
| images | 3 年之前 | |
| screenshots | 3 年之前 | |
| videos | 3 年之前 | |
| .gitignore | 3 年之前 | |
| cctv016.ts | 3 年之前 | |
| coco.names | 3 年之前 | |
| filename0.ts | 3 年之前 | |
| pet.mp4 | 3 年之前 | |
| readme.md | 3 年之前 | |
| yolo.py | 3 年之前 | |
| yolov3-tiny.cfg | 3 年之前 | |
| yolov3.cfg | 3 年之前 |
If you want to perform object detection in a static image file,
python yolo.py --image=True --image_path="folder/imagename.jpg"
If you want to perform object detection in a video,
python yolo.py --play_video=True --video_path='folder/video.mp4"
If you want to start the webcam and perform real-time object detection,
python yolo.py --webcam=True