domainadaptation / salad

A toolbox for domain adaptation and semi-supervised learning. Contributions welcome.
https://domainadaptation.org
Mozilla Public License 2.0
333 stars 42 forks source link

Refactor the noise model for self-ensembling #15

Open stes opened 5 years ago

stes commented 5 years ago

We currently use the author's original implementation, which add another (unnecessary) dependency to cv2. It would be much nicer to have this as a differentiable noise model purely implemented in pytorch, merging it with the semantic segmentation pipeline.