CRST icon indicating copy to clipboard operation
CRST copied to clipboard

Code for <Confidence Regularized Self-Training> in ICCV19 (Oral)

Results 13 CRST issues
Sort by recently updated
recently updated
newest added

Hi, I am interested in reproducing the results for VisDa-17 benchmark. I couldn't find any instructions on how to do this in the repository.

https://github.com/yzou2/CRST/blob/0374db84d2c22fbbab071d2cafe77e144af31d90/crst_seg.py#L663 Division by thresholds first does have a very small chance to change the following argmax results. e.g. A pixel with 2 classes has softmax result as [0.89, 0.11], but...

When training with generated pseudo label, loss explodes. I run with hyperparameters you provided for SYNTHIA (https://github.com/yzou2/CRST/issues/14) and set my environment to required version. Can you give any advice to...