Training on custom datasets
Hi, great work! I want to train detection on other datasets, but it seems that your config files only support training on COCO. How can I train your model on other datasets?
You can follow this link: https://uit-together.github.io/tutorials/mmdetection_step_by_step.html, I did and succeed.
Is there one for segmentation?
You can follow this link: https://uit-together.github.io/tutorials/mmdetection_step_by_step.html, I did and succeed.
Can you give us the code you implemented to do the training on your custom dataset?
any updates?
Look for mmsegmentation tutorials. (version 0.27) I did and it worked well
Look for mmsegmentation tutorials. (version 0.27) I did and it worked well
Did you train an InternImage model on a custom dataset?
I haven't found InternImage in the MMSegmentaition model zoo.