https://github.com/ayoubachak/yoloobjectdetection
there you go papi it's all set for you read the readme file to know how to use
https://github.com/ayoubachak/yoloobjectdetection
Last synced: 3 months ago
JSON representation
there you go papi it's all set for you read the readme file to know how to use
- Host: GitHub
- URL: https://github.com/ayoubachak/yoloobjectdetection
- Owner: ayoubachak
- Created: 2021-05-15T15:42:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-15T15:46:37.000Z (over 4 years ago)
- Last Synced: 2025-05-13T18:01:50.577Z (5 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
this rar file has all what you need
in the main file you'll find
modelConfiguration = 'yolov3.cfg' (line 18)
modelWeights = 'yolov3.weights' (line 19)if you want to work with yolo tinny
change the names to :
modelConfiguration = 'yolov3-tiny.cfg'
modelWeights = 'yolov3-tiny.weights'that's all