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, could you shed light on the usage of obj_scale, tanh_scale, scaling variables in FCShapeDecoder respectively?
Why you multiply the intermediate value with the above scaling factor to get the final vertex coordinates? Is that because to reduce the destruction of noise?
How to choose the value of those variables? Is that empirically found useful?
I also notice that the different method is used to reconstruct 3D mesh in your another repo mesh_reconstruction. What makes you choose different reconstruction algorithms?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi, could you shed light on the usage of
obj_scale
,tanh_scale
,scaling
variables inFCShapeDecoder
respectively?view_prior_learning/mesh_reconstruction/decoders.py
Lines 382 to 390 in 6f1afa8
I also notice that the different method is used to reconstruct 3D mesh in your another repo mesh_reconstruction. What makes you choose different reconstruction algorithms?
Thank you in advance!
The text was updated successfully, but these errors were encountered: