sczhou / DAVANet

[CVPR 2019, Oral] DAVANet: Stereo Deblurring with View Aggregation
MIT License
137 stars 25 forks source link

How to run the inference on stereo image pairs in the wild? #15

Open Tetsujinfr opened 3 years ago

Tetsujinfr commented 3 years ago

hi thanks a lot for the great project, looks amazing.

Can you help on how to run the inference on images in the wild with the pre-trained model? Do I need to modify the test code to do so or is there some code to do that already in the repo? What data do I need to give as an input to the model, just the left/right image pairs or do I need to pass a depth map as well?