Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training the model on another dataset #8

Open
yassine9666 opened this issue May 27, 2024 · 2 comments
Open

Training the model on another dataset #8

yassine9666 opened this issue May 27, 2024 · 2 comments

Comments

@yassine9666
Copy link

yassine9666 commented May 27, 2024

I want to train the model on another dataset similar to cityscapes but with other labels.
How can I do this? Are there any challenges?

@YumengLi007
Copy link
Member

YumengLi007 commented May 28, 2024

Hi @yassine9666 ,
Thank you for the interest! As mentioned in the implementation details of the method section, you would need to initialize the discriminator with pretrained segmenter weights. The pretrained UperNet weights are uploaded here, which are originally from semantic-segmentation-pytorch with semantic classes re-matched based on the training dataset

@YumengLi007
Copy link
Member

Hi @yassine9666 , I have also updated README here. Hopefully, it can provide some guidelines regarding training on a new dataset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants