ken2576 / nelf

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

Multiplayer、 complex environment #2

Closed zhanghongyong123456 closed 2 years ago

zhanghongyong123456 commented 2 years ago

Can scenes and multiple people realize light and shadow retake

ken2576 commented 2 years ago

I am not quite sure what you meant. However, this work is focusing on single person portrait for now.

zhanghongyong123456 commented 2 years ago

I am not quite sure what you meant. However, this work is focusing on single person portrait for now. what imean is like this paper realize image https://github.com/augmentedperception/total_relighting

zhanghongyong123456 commented 2 years ago

I am not quite sure what you meant. However, this work is focusing on single person portrait for now.

Do you have any good project recommendations in this regard? Regarding re-lighting,like total_relighting

ken2576 commented 2 years ago

Our work focuses on view synthesis and relighting simultaneously, and the paper you posted is more like single-image relighting. I think it is also an extension to Tiancheng's SIPR paper (https://cseweb.ucsd.edu/~ravir/portrait_relighting.pdf). For recommendations, you could look into relighting for dynamic video (https://arxiv.org/pdf/2104.00484.pdf) or using more accessible devices to do light transport acquisition (https://grail.cs.washington.edu/projects/Light_Stage_on_Every_Desk/).

zhanghongyong123456 commented 2 years ago

Our work focuses on view synthesis and relighting simultaneously, and the paper you posted is more like single-image relighting. I think it is also an extension to Tiancheng's SIPR paper (https://cseweb.ucsd.edu/~ravir/portrait_relighting.pdf). For recommendations, you could look into relighting for dynamic video (https://arxiv.org/pdf/2104.00484.pdf) or using more accessible devices to do light transport acquisition (https://grail.cs.washington.edu/projects/Light_Stage_on_Every_Desk/).

Thank you very much for your reply