Creating Flask api and object detection using yolo3. we have only these 3 things requirements:
https://pjreddie.com/media/files/yolov3.weights
copy it,in yolo_files/
present in repo not require
present in repo
pip install requirement.txt
python app.py
localhost:5000/
if classes=80
(min_batches=4000,max_batches = 500200)
Note: if classes=1 then max_batches=4000
(ex. steps=3200,3600 if classes=1)
(steps=400000,450000 if classes =80)
( on 17 line)
4.filters=(classes+5)*3
filters= (80+5)*3=255
then finish updating.ok