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 reconstruct environment map? #22

Open
xqwang14 opened this issue Sep 28, 2022 · 3 comments
Open

How to reconstruct environment map? #22

xqwang14 opened this issue Sep 28, 2022 · 3 comments

Comments

@xqwang14
Copy link

xqwang14 commented Sep 28, 2022

envmap

I tried both train and test code on Laval Indoor dataset, and from the test code, I get one result as the image shown above. It seems like the Guassian Map that mentioned in the paper, and I wonder how to reconstruct the environment map from this image.

Thank you so much for your excellent work and I look forward to any reply.

@fnzhan
Copy link
Owner

fnzhan commented Sep 29, 2022

A generation network is followed to translate gaussian map to illumination maps, i.e., GenProjector.
The generation network is highly biased to the training scene, I recommend you to train it with your data.

@najmemhmdb
Copy link

To use GenProjector, I need latest_net_G.pth file. Could you please share its weights with me?

Thank you.

@ad45675
Copy link

ad45675 commented Nov 9, 2022

hi @a978908609 ,

when i run the training code , i got some error,

Traceback (most recent call last):
File "train.py", line 97, in
dist_emloss = Sam_Loss(dist_pred, dist_gt).sum() * 1000.0
File "/venv/py37_zero-XRWy4lKA/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1051, in _call_impl
return forward_call(*input, **kwargs)
TypeError: forward() missing 1 required positional argument: 'geometry'
so you have use the geometry in the training?

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

4 participants