Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to relight the scene #12

Open
AetherZ25 opened this issue Dec 11, 2022 · 1 comment
Open

How to relight the scene #12

AetherZ25 opened this issue Dec 11, 2022 · 1 comment

Comments

@AetherZ25
Copy link

Hi, Thanks for the great work!

After I finished training, how do I modify the code/file to relight the scene?

Thanks in advance.

@JulianKnodt
Copy link
Owner

JulianKnodt commented Dec 12, 2022

Hey, thanks for checking it out.

You should be able to specify a light by using the parameters:

light:
  --light-kind {field,point,dataset,None}
                        Kind of light to use while rendering. Dataset indicates light is in dataset (default: None)
  --light-intensity LIGHT_INTENSITY
                        Intensity of light to use with loaded dataset (default: 100)
  --point-light-position POINT_LIGHT_POSITION [POINT_LIGHT_POSITION ...]
                        Position of point light (default: [0, 0, -3])

But it would have been necessary to have trained a model with lighting enabled.

Let me know if this works for you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants