# ObjectDetection-YOLO **Repository Path**: counterkingct/ObjectDetection-YOLO ## Basic Information - **Project Name**: ObjectDetection-YOLO - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-05-11 - **Last Updated**: 2023-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Run the getModels.sh file from command line to download the needed model files sudo chmod a+x getModels.sh ./getModels.sh C++: a single image: ./object_detection_yolo.out --image=bird.jpg a video file: ./object_detection_yolo.out --video=run.mp4 Compilation examples: g++ -ggdb `pkg-config --cflags --libs /usr/local/Cellar/opencv3/3.4.2/lib/pkgconfig/opencv.pc` object_detection_yolo.cpp -o object_detection_yolo.out