Giter Club home page Giter Club logo

srn's People

Contributors

pengfeiren96 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

srn's Issues

provide training code

Hi, I am reading your paper and code recently. It is great work. Could you provide the training code? Thank you

Results for Hands2017 dataset

Thanks for sharing the realtime code. May I know how you obtained the seen and unseen results for the Hands2017 dataset? I'm looking the dataset but I'm not able to identify the subejct id of the train and test images.

Model size confusion

Hello and thanks for sharing your work.
According to Section 5.3 of your paper the model size is 21.3 MB. However, the checkpoint has a size of 128 MB. Is it a typo in the paper or am I missing something here? Thanks in advance.

Question on inputs to re-parameterization module

Hi, in the paper it is mentioned that the re-parameterization module takes the joint coordinates and the depth as inputs and outputs the 3D heat maps and unit vector fields. Do the joint coordinates here refer to the predicted joint coordinates from the previous regression module?

Thank you.

Are the predicted depths the pixel values of depth images or depth in millimetres?

Hi, I'm running the pertained model on DHG-14/24 and SHREC'17 hand datasets and its working perfectly. I was able to get the world coordinates in X and Y with an error of ~15mm in my dataset's world coordinate system.

However, I'm confused about the depth returned by SRN. In "Coordinate Decoupling" section of the paper, it's mentioned that SRN predicts scaled image coordinates and their corresponding depths in decoupled manner. My question is, are these corresponding depths in pixel values as that of depth images, or are they in millimetres?

If I assume these are the depth image pixel values, I try to compare it to my dataset's depth values in world coordinate system (which is in meters), I get an average scaling factor of 0.00092, what I presume to be the depth scale of the RealSense camera used by my dataset's creators.

Multiplying SRN's output of depth by 0.00092 for px -> m conversion gives me a better estimation of depth than dividing by 1000 for mm -> m conversion when tested with my dataset's world depths. But if the returned depth values are in millimetres, I guess it's better to multiply by 0.001 to get meters directly to stay true to SRN's output format.

Problem with custom dataset

Hello! I’m trying to use you’re NN with images acquired from my Kinect V2.
I started in offline mode so simply acquiring some depth images from the Kinect, saving them in the data/kinect2 folder and then running the realtime.py script.
However I wasn’t successful. This is an example of the results I get (I think the network it’s just guessing and drawing some random joints):
8_1

I digged more into the code to check if my images were different from yours and found that the depth was different, so I rescaled mine to be in the range of about 0-3000 and what I get is this:
Figure_1
instead of this (yours):
Figure_1-1

Can you give me any suggestions please?

Moreover, I have some questions:

  • I don't understand how the center of the images is calculated in get_center_adopt(img). Where does this 300 value come from?
  • Why do I get 3 output images from one input?

Thanks in advance!

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.