longcw / yolo2-pytorch

YOLOv2 in PyTorch
1.54k stars 421 forks source link

How to train my own data #22

Open xuhuaren opened 7 years ago

xuhuaren commented 7 years ago

hmm....I have to ask this old question for yolo2. If I have custom data, How to modify the framework?

AndresPMD commented 6 years ago

Hey @xuhuaren,

Have you been able to train with your custom data?

lematt1991 commented 6 years ago

Instructions here

OlinaZhen commented 6 years ago

emmm,I want to ask that how i deal with my own data so that I can train the network coded by pytorch? before I have trian the network coded by success,but now i do not to know change the datestyle to fit the network coded by pytorch. hope can receive your answer

ArchieGu commented 6 years ago

And can I just use the COCO dataset?? What more changes should I do?