-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Guidelines on how to train the model your own dataset. #14
Comments
@IemProg Thanks for your advice and we will improve the Doc. Do you mean the details on how to train the models on your own dataset? |
Yeah, please, especially if the dataset is not in "Yaml" extension, I have dataset in JPG format. Thanks ! |
@IemProg In fact, the dataset is not required to be "Yaml" extension, and JPG is totally OK. We illustrate an overall (coarse) guidelines on how to train the model on your own dataset as below and hope it helps.
openseg.pytorch/configs/coco_stuff/R_101_D_8.json Lines 2 to 49 in db0d389
You need to change a set of keywords in the json file including the "dataset", "num_classes", "label_list", "reduce_zero_label", "input_size","crop_size", "base_lr" and so on. Of course, you can also reset these parameters in the training script file (listed as below), openseg.pytorch/scripts/coco_stuff/run_h_48_d_4_ocr_train.sh Lines 31 to 48 in db0d389
|
It seems this is not suitable for training segfix on my own dataset |
Could you please, improve the documentation about how can we use the library with pre-trained model ?
I would like to use it on my own dataset if possible.
Thanks
The text was updated successfully, but these errors were encountered: