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 visualize 3D model? #5

Open
AryamanSharma17 opened this issue Dec 8, 2023 · 1 comment
Open

How to visualize 3D model? #5

AryamanSharma17 opened this issue Dec 8, 2023 · 1 comment

Comments

@AryamanSharma17
Copy link

Hi, thanks for providing the source code.

I have been trying to viusalize the difference between tradional NeRF methods and Relighting hints with NeRF. I was able to get the 3D model with the SDF field for the Cat dataset, how can i visualize the model with hihglight and shadow hints?
I have attached a screencapture of the output model

Thanks
snapshot00

@iamNCJ
Copy link
Owner

iamNCJ commented Dec 10, 2023

Hi, thanks for your interest in our work, the rendering results as well as visualizations of 2 hints of our model will be saved in the test_views folder under the result path. Shadow hints will be dumped as BW images, and specular hints are dumped into an npy file, which can be visualized with matplotlib or any ploting/visualization library. Besides, you can also see the rendering result, normal map & shadow hints of the first view in the wandb logs produced along with your training process. E.g.
image

BTW, from your screenshot, it seems that the model hasn't converged yet. You need to train longer to let it converge before doing any valid visualization.

Thanks

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