google / neural-light-transport

Neural Light Transport for Relighting and View Synthesis
http://nlt.csail.mit.edu/
Apache License 2.0
272 stars 35 forks source link

Relighting: How to test on my own human images? #1

Closed sywei11 closed 3 years ago

sywei11 commented 3 years ago

Hi, Since I want to relight the human image for a given HDRI map, can I test it on my own image data and how? Thanks

xiumingzhang commented 3 years ago

Our model needs training with "one-light-a-time (OLAT)" data. After training the model, you may relight the person with an HDRI map by linearly combining the relit "basis images."

WangJY06 commented 3 years ago

Will the OLAT dataset, or a demo for human images be available soon?

zhanghongyong123456 commented 3 years ago

Hi, Since I want to relight the human image for a given HDRI map, can I test it on my own image data and how? Thanks

Hello, have you achieved this? I also want to achieve heavy lighting for portraits. Can you give some suggestions?

zhanghongyong123456 commented 3 years ago

Our model needs training with "one-light-a-time (OLAT)" data. After training the model, you may relight the person with an HDRI map by linearly combining the relit "basis images."

Hello, I am a beginner in neural rendering, I hope you can give me some code examples, about light and shadow re-illumination,like this example 05

howardgriffin commented 2 years ago

Our model needs training with "one-light-a-time (OLAT)" data. After training the model, you may relight the person with an HDRI map by linearly combining the relit "basis images."

Hello, I am a beginner in neural rendering, I hope you can give me some code examples, about light and shadow re-illumination,like this example 05

Have you achieved this?