imsanjoykb / Data-Science-Regular-Bootcamp

Regular practice on Data Science, Machien Learning, Deep Learning, Solving ML Project problem, Analytical Issue. Regular boost up my knowledge. The goal is to help learner with learning resource on Data Science filed.
https://imsanjoykb.github.io/
MIT License
106 stars 40 forks source link

Training a Custom Object Detection Model With Yolo-V5 #148

Open imsanjoykb opened 2 years ago

imsanjoykb commented 2 years ago

use the best weights!

Final weights will be by-default stored at /content/yolov5/runs/train/exp2/weights/best.pt

%cd /content/yolov5/ !python detect.py --weights /content/yolov5/runs/train/exp2/weights/best.pt --img 416 --conf 0.4 --source ./test/images