CVLAB-Unibo / Unsupervised-Adaptation-for-Deep-Stereo

Code for "Unsupervised Adaptation for Deep Stereo" - ICCV17
Apache License 2.0
62 stars 22 forks source link

A question about paper, thanks your help. #8

Closed Rythsman closed 6 years ago

Rythsman commented 6 years ago

Hi @AlessioTonioni, when I read your paper, I can't understand where you use unsupervised adaptation. In your paper, SGM/AD-CENSUS + CCNN are used as ground truth labels(in your paper you write 'CCCN'), but when i read the CCNN papar, it just use the kitti's ground truth to calculate the confidence, so can you tell me how to deal with datasets that don't have ground truth? Thx.

AlessioTonioni commented 6 years ago

We have not retrained CCNN for our paper but simply used the pre-trained one provided by the authors available here, so no ground truth is used for the adaptation process.

Rythsman commented 6 years ago

thx.