vikolss / DACS

Code from the paper "DACS: Domain Adaptation via Cross-domain Mixed Sampling"
MIT License
123 stars 19 forks source link

Can you update the trainUDA.py? #19

Open yangH8 opened 1 year ago

yangH8 commented 1 year ago

When we performed the training, there are a lot of mistakes in trainUDA.py.

vikolss commented 1 year ago

Thank you for bringing this to our attention. Could you be more specific? Or perhaps create a pull request?

yangH8 commented 1 year ago

Hi, can you check the 'self.void_classes' and 'self.class_names' in the cityscapes_loader.py? Why does the '"unlabelled" appear in the 'self.class_names'?