PaddleSeg icon indicating copy to clipboard operation
PaddleSeg copied to clipboard

DomainAdaptation-PixMatch /Running on custom datasets?

Open george-kalitsios opened this issue 3 years ago • 3 comments

Hello! I was wondering how I could run the model on a custom dataset? Thanks!

george-kalitsios avatar Sep 13 '22 09:09 george-kalitsios

The tutorial shows the training on cityscapes dataset. If you want to train the model on other dataset, you need to read and modify the code by yourself.

juncaipeng avatar Sep 13 '22 11:09 juncaipeng

I've already used this paddleseg repository on my custom dataset for semantic segmentation tasks, but not for DA; is it better to try changing the gta5,synthia loaders here? or to modify the code in the main paddleseg repository, where I already work?

george-kalitsios avatar Sep 13 '22 11:09 george-kalitsios

You only need to change the code under DomainAdaptation for using DA on your custom dataset.

juncaipeng avatar Sep 13 '22 11:09 juncaipeng

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Dec 05 '22 17:12 github-actions[bot]