boschresearch/ALDM

Training the model on another dataset

Closed this issue · 2 comments

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?

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

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