deepseek-ai / DreamCraft3D

[ICLR 2024] Official implementation of DreamCraft3D: Hierarchical 3D Generation with Bootstrapped Diffusion Prior
https://mrtornado24.github.io/DreamCraft3D/
MIT License
1.88k stars 81 forks source link

normal loss #40

Open flyingdoubleG opened 5 months ago

flyingdoubleG commented 5 months ago

image I wonder why pred_normal[..., 0] = 1 - pred_normal[..., 0] here

lizhiqi49 commented 4 months ago

image I wonder why pred_normal[..., 0] = 1 - pred_normal[..., 0] here

Same question, have you made it clear?

flyingdoubleG commented 4 months ago

image I wonder why pred_normal[..., 0] = 1 - pred_normal[..., 0] here

Same question, have you made it clear?

Not really