ken2576 / nelf

Official PyTorch Implementation of paper "NeLF: Neural Light-transport Field for Single Portrait View Synthesis and Relighting", EGSR 2021.
50 stars 9 forks source link

How to get source and target .hdr files ? #1

Closed kelisiya closed 2 years ago

kelisiya commented 2 years ago

Firstly, congrats to the team for the interesting results. I want to test your model in real world , I have some image and mask ,but how to get .hdr files ?

ken2576 commented 2 years ago

Hi,

Thanks for checking out our repo. You can find some environment maps here. http://indoor.hdrdb.com/ http://outdoor.hdrdb.com/ For more data, it should be freely available by searching hdr map free or similar keywords.

kelisiya commented 2 years ago

Hi,

Thanks for checking out our repo. You can find some environment maps here. http://indoor.hdrdb.com/ http://outdoor.hdrdb.com/ For more data, it should be freely available by searching hdr map free or similar keywords.

Thanks for your reply! I have a new question. I found out that the demo finally relights the single image. How do I implement this part in your code?

ken2576 commented 2 years ago

Our method takes 5 input views for now. It might be possible to just repeat one view for 5 times for a quick hack. Though I don't think single-view input would work well. We show that the method degrades heavily using 2 input views.