SqueezeSegV2
SqueezeSegV2 copied to clipboard
where is the domain adaptation part?
In your paper, you add a Geodesic Correlation Alignment and Progressive Domain Calibration to deal with domain adaptation. But I can not find it in your code. Could you provide that part of code?
@xuanyuzhou98 I'm trying to implement the Progressive Domain Calibration part from your work. I feed in only real data (KITTI) to the trained model (reusing weights from the GCA step). At the end i don't execute the train graph, thus updating only the moving mean and variance. However, my results only get worse. Could you guide me in the right direction?
@jingleFun were you able to implement it?
Hi, @AdnanBox @jingleFun
Were you guys able to implement PDC part?