Installation - mariodiasbatista/object-detection GitHub Wiki
📝 Script
For the installation of YOLO first check if all dependencies are ok here .
After all dependencies installed run the python script yolo_install.py this will install official library maintained by Ultralytics for running YOLO models.
After the installation is finished we are good to go.
🔍 Detection Test
A good way to check if its all ok to inference and detector is to execute this python script test_yolo_detection.py this will run YOLO on the test image and the expectation is to detect the men and the dog on the image.
If the output of the detection is as expected the detection is working ✅.
If the output of the detection is not as expected something is missing on the dependencies or installation ❌.