xingyizhou / ExtremeNet

Bottom-up Object Detection by Grouping Extreme and Center Points
BSD 3-Clause "New" or "Revised" License
1.03k stars 172 forks source link

How to train my own datasets using ExtremeNet? I have xml and jpg file,How to change it to train needed #17

Open duyanfang123 opened 5 years ago

duyanfang123 commented 5 years ago

What is the format of the training dataset

duyanfang123 commented 5 years ago

How to convert from XML and JPG to training format ?

yezhengli-Mr9 commented 5 years ago

What is the format of the training dataset

Coco annotations. There are numerous tutorial of the conversions, I use this to convert mask of (jpg) into coco annotations.

duyanfang123 commented 5 years ago

What is the format of the training dataset

Coco annotations. There are numerous tutorial of the conversions, I use this to convert mask of (jpg) into coco annotations.

OK,I will try it. Thanks