WePCf / darknet-mobilenet-v2

Darknet for MobileNet v2
Other
80 stars 27 forks source link

How to train? #1

Open A-levy opened 6 years ago

A-levy commented 6 years ago

Hi!Thank you for your share! Now,I want to train the mobilenet with my own dataset.After I modified the image.c .Is the process the same as yolo?Like ./darknet detector train cfg/mydata.data cfg/mobilenet.cfg By the way ,my dataset just has one class ,whether I need to modify some parameters in mobilenet.cfg ?And what shall I do?

A-levy commented 6 years ago

After I train my own mobilenet,can I use the weights to detect the calss ?