Fermes / yolov3-mxnet

A minimal YOLOv3 implementation in MXNet, don't need cfg.
41 stars 12 forks source link

Have you had success with training YOLOv3 for VOC datasets? #4

Open kvv2018 opened 6 years ago

kvv2018 commented 6 years ago

Hi, I am trying to do Training YOLOv3 on own datasets. Localization of objects is good, but classes are wrong. Did you have a similar problem with training YOLOv3 on VOC? Do you have any ideas on what the problem could be? Thanks!

Rainweic commented 5 years ago

How to use train.py? Could you give me an example?