Ephemeral182 / UWNR

[CVPRW'22] This is the official implementation code repository of Underwater Light Field Retention : Neural Rendering for Underwater Imaging (Accepted by CVPR Workshop2022 NTIRE)
44 stars 7 forks source link

Why we need depth image for inference ? #1

Closed delldu closed 2 years ago

delldu commented 2 years ago

Dear friends, Thanks for your good work ! As title, we found this work need depth image for generating stage, why ? Best regards,

Ephemeral182 commented 2 years ago

We adopt depth map to catch depth information, just like transmission map which consists of depth map in physics formulas.

delldu commented 2 years ago

Thanks a lot.

delldu commented 2 years ago

Thanks