Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementations about the FCShapeDecoder #3

Open
hideonInternet opened this issue Dec 9, 2019 · 1 comment
Open

Implementations about the FCShapeDecoder #3

hideonInternet opened this issue Dec 9, 2019 · 1 comment

Comments

@hideonInternet
Copy link

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?
    class FCShapeDecoder(chainer.Chain):
    def __init__(
    self, dim_in=512, scaling=1.0, use_bn=False, fc_connection=False, symmetric=False):
    super(FCShapeDecoder, self).__init__()
    self.grid_size = 16
    self.obj_scale = 0.5
    self.tanh_scale = 1.2
    self.scaling = scaling

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!

@bharadwajdhornala
Copy link

Hi @hideonInternet Guide me on this #4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants