feipanir / IntraDA

Unsupervised Intra-domain Adaptation for Semantic Segmentation through Self-Supervision (CVPR 2020 Oral)
https://arxiv.org/pdf/2004.07703.pdf
MIT License
270 stars 35 forks source link

Could you update the entire training code of intraDA? #13

Closed Sam-955 closed 3 years ago

Sam-955 commented 3 years ago

Can you update the entire training code of intraDA? The training code here is the code of ADVENT.

bryanbocao commented 11 months ago

@Sam-955 The entire training has three stages as stated in the paper, where the first stage of inter-domain adaptation is the same as ADVENT while the intra-domain adaptation training code is the third stage:

Step 3. Conduct intra-domain adaptation by runing:

$ cd <root_dir>/intrada
$ python train.py --cfg ./intrada.yml
$ python train.py --cfg ./intrada.yml --tensorboard % using tensorboard