Giter VIP home page Giter VIP logo

view_prior_learning's Issues

Implementations about the FCShapeDecoder

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!

Environment dependency

Hi, Could you please share the requirements.txt of this fantastic project? And how to use the neural renderer, is it the same as instructed in neural mesh render?

Thank you in advance!

Voxelization in chainer

Hi @hiroharu-kato

Really enjoyed reading the VPL paper, thanks for making the code public!
I was trying to port the code to python3 and CUDA. I am a bit doubtful about how the voxelize_sub1 should be done. For example, it is not clear to me that how on ine 14 in voxelization.py, i is used, whereas input to the function is j. Also, when it is written voxel=1 like here does it mean that i'th element of voxel array is set to 1?

Any help in this regard is highly appreciated!

Single view dataset

Hi @hiroharu-kato Thanks for the code. I have stuck up with some questions and it expecting answers. I have understood the reconstructor part which generate mesh using encoder-decoder architecture.
1.) For single view training, does discriminator takes only one viewpoint (out of 20) as correct views and remaining 19 as incorrect?
2.) What will be partitions of dataset for single view training of discriminator?
3.) What does real views mean In view-based training, reconstructed views from
observed viewpoints converge to the real views in a training
dataset by minimizing the reconstruction loss
(single view)?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.