|
|
%!s(int64=3) %!d(string=hace) años | |
|---|---|---|
| images | %!s(int64=3) %!d(string=hace) años | |
| screenshots | %!s(int64=3) %!d(string=hace) años | |
| videos | %!s(int64=3) %!d(string=hace) años | |
| .gitignore | %!s(int64=3) %!d(string=hace) años | |
| cctv016.ts | %!s(int64=3) %!d(string=hace) años | |
| coco.names | %!s(int64=3) %!d(string=hace) años | |
| filename0.ts | %!s(int64=3) %!d(string=hace) años | |
| pet.mp4 | %!s(int64=3) %!d(string=hace) años | |
| readme.md | %!s(int64=3) %!d(string=hace) años | |
| yolo.py | %!s(int64=3) %!d(string=hace) años | |
| yolov3-tiny.cfg | %!s(int64=3) %!d(string=hace) años | |
| yolov3.cfg | %!s(int64=3) %!d(string=hace) años |
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