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
Hello, thank you for your excellent work.
When I use example. py, the target_images obtained by the normal renderer are all 0, but the save_images (target_images [...,: 3], './out/target_images/') can still save the correct normal map. Is this normal?
If I want to use custom normal maps to remesh, how can I convert these normal maps into corresponding tensors (because the tensors I obtained now are all 0, so I am a bit confused)
I hope to receive your reply and wish you a happy life :)
The text was updated successfully, but these errors were encountered:
Hello, thank you for your excellent work.

When I use
example. py
, the target_images obtained by the normal renderer are all 0, but thesave_images (target_images [...,: 3], './out/target_images/')
can still save the correct normal map. Is this normal?If I want to use custom normal maps to remesh, how can I convert these normal maps into corresponding tensors (because the tensors I obtained now are all 0, so I am a bit confused)
I hope to receive your reply and wish you a happy life :)
The text was updated successfully, but these errors were encountered: