You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, did you print out and see how your predicted ks and kd are distributed on faces? I want to apply random lighting on albedo maps, so I need to randomly sample ks and kd. But I don't know how to set the range of them to sample.
Thank you.
The text was updated successfully, but these errors were encountered:
@yzliu567 Hi, you need to revise the rand_light: [-0.9,0.9,-0.3,0.8,-0.1,0.7,-0.4] parameter in the config file.
The corresponding light sampling code is at gan2shape/model.py Line 752-762. This is also described in the Appendix of our paper.
@yzliu567 Hi, you need to revise the rand_light: [-0.9,0.9,-0.3,0.8,-0.1,0.7,-0.4] parameter in the config file.
The corresponding light sampling code is at gan2shape/model.py Line 752-762. This is also described in the Appendix of our paper.
@XingangPan Hi, I mean, can I get a proper "final" ks and kd sampler without lighting prediction network? You've added the predicted light parameters to the sampled parameters.
Hi, did you print out and see how your predicted ks and kd are distributed on faces? I want to apply random lighting on albedo maps, so I need to randomly sample ks and kd. But I don't know how to set the range of them to sample.
Thank you.
The text was updated successfully, but these errors were encountered: