SqueezeSegV2 icon indicating copy to clipboard operation
SqueezeSegV2 copied to clipboard

where is the domain adaptation part?

Open fangjin-cool opened this issue 5 years ago • 2 comments

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?

fangjin-cool avatar Mar 07 '19 08:03 fangjin-cool

@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?

AdnanBox avatar Jul 26 '19 15:07 AdnanBox

Hi, @AdnanBox @jingleFun

Were you guys able to implement PDC part?

hcyoo93 avatar Dec 08 '20 01:12 hcyoo93