ShichenLiu / SoftRas

Project page of paper "Soft Rasterizer: A Differentiable Renderer for Image-based 3D Reasoning"
MIT License
1.24k stars 156 forks source link

How to calculate L_g in Eq.5? #4

Closed gsygsy96 closed 5 years ago

gsygsy96 commented 5 years ago

Thanks for your kinedly open source code. But L_g term in Eq.5 is a little ambiguous. Can you tell me the exact form?

ShichenLiu commented 5 years ago

Hi,

The code for computing the loss is here in the losses.py file!

gsygsy96 commented 5 years ago

Fine. Thanks!

gsygsy96 commented 5 years ago

One more Thing. Could tell me the mean of '*_update' variable (e.g., face_vertices_update in mesh.py)? It mean face link will update/change ? Thanks! @ShichenLiu