I was intrigued regarding the constants we can find in the mesh_loss function (for example the *500 on edge_loss) so I looked at your paper but I didn't find any mention of these, I assume they are regularization constants.
I have two questions regarding these constants :
it seems like there is a factor of 3000 that appears in every loss, (3000 for chamfer_loss which isn't regularized, 1500 for laplace_loss` which would indicate a regularization factor of 0.5). What is the number 3000 based on?
the same goes for the 0.55 value at tf.reduce_mean(dist2) in chamfer loss. What is this number?
I notice the same question was asked on the Pixel2Mesh repository here but there are no answer. Hopefully we could kill two birds with one stone with an answer here or there :)
Hi,
I was intrigued regarding the constants we can find in the
mesh_loss
function (for example the *500 onedge_loss
) so I looked at your paper but I didn't find any mention of these, I assume they are regularization constants.I have two questions regarding these constants :
chamfer_loss
which isn't regularized, 1500 for laplace_loss` which would indicate a regularization factor of 0.5). What is the number 3000 based on?tf.reduce_mean(dist2)
in chamfer loss. What is this number?I notice the same question was asked on the Pixel2Mesh repository here but there are no answer. Hopefully we could kill two birds with one stone with an answer here or there :)