udaykusupati / Normal-Assisted-Stereo

[CVPR 2020] Normal Assisted Stereo Depth Estimation
https://udaykusupati.github.io/NAS
MIT License
110 stars 20 forks source link

Additional requirement: PreTrained Model for kitti dataset #5

Closed TWJianNuo closed 4 years ago

TWJianNuo commented 4 years ago

Exellent work not only for performance and novelty, but also the high-quality codebase which benefits the whole coomunity!

I wish to do some comparison and further research into Recent work's surface normal prediciton quality in Kitti dataset. Is that possible that you can publish your model in supp material trained for kitti dataset? Testing Code alone will be of great help!

Thanks!

udaykusupati commented 4 years ago

I added a kitti pretrained model in the pretrained folder. The train/test code will be similar to that of sceneflow and as mentioned https://github.com/udaykusupati/Normal-Assisted-Stereo/issues/4

TWJianNuo commented 4 years ago

Thanks so much for your support!