Views
No views yet
ultralytics for YOLO inference and OpenCV for video processing.pip install ultralytics opencv-python numpy1git clone https://github.com/your-username/GearDetection.git
2cd GearDetection
3pip install ultralytics opencv-python numpyGearDetection/
├── best.pt # Pre-trained YOLO model (replace with actual model file)
├── worker.mp4 # Sample video for detection
├── detect.py # Main script for detection
├── README.md # Project documentationpython detect.pybest.pt is correctly placed inside the project folder.scale = 0.3 in detect.py to adjust the display size.worker.mp4 with your own video for testing.ModuleNotFoundError: No module named 'ultralytics'pip install ultralytics