PaddleSeg
                                
                                 PaddleSeg copied to clipboard
                                
                                    PaddleSeg copied to clipboard
                            
                            
                            
                        DomainAdaptation-PixMatch /Running on custom datasets?
Hello! I was wondering how I could run the model on a custom dataset? Thanks!
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.
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?
You only need to change the code under DomainAdaptation for using DA on your custom dataset.
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.