|
|
лет назад: 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