GithubHelp home page GithubHelp logo

shubhtuls / mvcsnp Goto Github PK

View Code? Open in Web Editor NEW
117.0 13.0 12.0 2.11 MB

Code release for "Multi-view Consistency as Supervisory Signal for Learning Shape and Pose Prediction"

Lua 67.00% Python 19.41% MATLAB 11.03% C 2.47% Shell 0.09%
3d-reconstruction deep-learning multiview-learning

mvcsnp's People

Contributors

shubhtuls avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mvcsnp's Issues

The Last layer of EncoderPose network

Hi, @shubhtuls , I am very interested in your work. When I read your code named shapenetPoseReg.lua , I can't understand encoderPose network. Therefore, I print it.
image
Could you tell me the intention of (23): nn.gModule ?Why is it so complicated?

Cannot generate synthetic dataset

Hi @shubhtuls , thanks for the code. But I have some problems generating the dataset:

  1. I am using Python3.6 instead of Python2.7. So I used _pickle instead of cPickle in renderPreprocessShapenet.py. But I got error in Line46 of this file: "TypeError: can't pickle dict_key objects". I found that this line might be ignored, so I comment it and keep running the code.

  2. I also found that in Line263 of renderer/render_model_views.py, rl.outputs doesn't have the key 'Z', I replace it with 'Depth'. I wonder if this is the version problem. I used the latest 2.79 version of blender. And I download the shapnet models using http://shapenet.cs.stanford.edu/shapenet/obj-zip/ShapeNetCore.v1/<synsetId>.zip (I only downloaded the 3 categories used in the paper).

  3. Later I found that my render_x.png are all black pixels. I then check the .exr file, the rgb channels are all 0 values. Not sure what's the problem.

  4. I am not familiar with blender, I wonder if it can also generate surface normal output.

Thanks!

Orthographic projection

Hi @shubhtuls , seems that the default projection type is perspective, I wonder what should I modify so that I can get the calibration matrix of a orthographic projection camera.

Can predicted frame be aligned consistently?

Hi,
Me again from discussion about your "drc" paper.
Since predicted frames can be arbitrary, I wonder what we can do to make them align consistently. In your paper, the event cost for depth image is difference between depth associated with sample point and real depth. In this formula, if we replace depth associated with sample point, i.e., instead of using distance to sample point, we use distance to the voxel where the sample point settles.

Our hope is to minimize distance to voxel rather than sample point. If we use this replacement, can predicted frame be aligned consistently? What's your opinion? Looking forward to your reply

Blender obj to EXR file

When I execute preprscessing.md , the render_.png and depth_.png can't be generated normally. Then I debug BlenderRenderer.py line 93, like this
(a, b, g, r, dmap) = [fromstr(s, width, height) for s in exrimage.channels('ABGRZ', pt)]
the (a, b, g, r) are all zero, the dmap's max is 100000000000.0 and min is 1.7825699.
The problem is why (a, b, g, r) are zero?

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.