I am using YOLOv3 to detect cars in videos. I downloaded three files used in my code coco.names
, yolov3.cfg
and yolov3.weights
which are trained for 80 different classes of objects to be detected. The code worked but very slowly, it takes more than 5 seconds for each frame. I believe that if I reduced the number of classes, it would run much faster. I can delete the unnecessary classes from coco.names
, but unfortunately, I don't understand all the contents from yolov3.cfg
, and I can't even read yolov3.weights
.
I was thinking about training my own model, but I faced a lot of problems, so I gave up the idea.
Can anyone help me in modifying these files?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…