-
Notifications
You must be signed in to change notification settings - Fork 5.5k
How to train the custom dataset. #28
Comments
@nonstop1962: yes, the recommended way is to convert your dataset to the COCO json annotation format. For bounding boxes, this can usually be done in < 100 lines of Pythons. Of course you could make arbitrary modification to the Detectron code to support custom formats, but that's probably harder and more prone to issues with missed corner cases. |
Thank you for your answer! |
Thank you for @rbgirshick ! Ok, so Can I get training dataset if I want to segment T-Shirt ? I think that this platform can segmentation. Thank you~! |
Hi, |
Thank gamcoh |
Hi! First, thank you for your wonderful works.
I finish training the RetinaNet with COCO dataset as you instructed.
I want to train my own dataset with RetinaNet or another baseline models.
I look at the inside code structure and figure out that all model configurations are defined in *.yaml file and train_net.py read the *.yaml file and construct the database from .jason file in COCO annotations directory.
So if I want to train my own dataset, the only way is to generate the .json file similar with COCO annotations?
The text was updated successfully, but these errors were encountered: