|
|
il y a 3 ans | |
|---|---|---|
| images | il y a 3 ans | |
| screenshots | il y a 3 ans | |
| videos | il y a 3 ans | |
| .gitignore | il y a 3 ans | |
| cctv016.ts | il y a 3 ans | |
| coco.names | il y a 3 ans | |
| filename0.ts | il y a 3 ans | |
| pet.mp4 | il y a 3 ans | |
| readme.md | il y a 3 ans | |
| yolo.py | il y a 3 ans | |
| yolov3-tiny.cfg | il y a 3 ans | |
| yolov3.cfg | il y a 3 ans |
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