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