Bez popisu

tum 02afc78d89 first commit %!s(int64=3) %!d(string=před) roky
images 02afc78d89 first commit %!s(int64=3) %!d(string=před) roky
screenshots 02afc78d89 first commit %!s(int64=3) %!d(string=před) roky
videos 02afc78d89 first commit %!s(int64=3) %!d(string=před) roky
.gitignore 02afc78d89 first commit %!s(int64=3) %!d(string=před) roky
cctv016.ts 02afc78d89 first commit %!s(int64=3) %!d(string=před) roky
coco.names 02afc78d89 first commit %!s(int64=3) %!d(string=před) roky
filename0.ts 02afc78d89 first commit %!s(int64=3) %!d(string=před) roky
pet.mp4 02afc78d89 first commit %!s(int64=3) %!d(string=před) roky
readme.md 02afc78d89 first commit %!s(int64=3) %!d(string=před) roky
yolo.py 02afc78d89 first commit %!s(int64=3) %!d(string=před) roky
yolov3-tiny.cfg 02afc78d89 first commit %!s(int64=3) %!d(string=před) roky
yolov3.cfg 02afc78d89 first commit %!s(int64=3) %!d(string=před) roky

readme.md

Object Detection using Yolo and OpenCV

Commands to execute the code:

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