mks0601 / V2V-PoseNet_RELEASE

Official Torch7 implementation of "V2V-PoseNet: Voxel-to-Voxel Prediction Network for Accurate 3D Hand and Human Pose Estimation from a Single Depth Map", CVPR 2018
https://arxiv.org/abs/1711.07399
MIT License
377 stars 69 forks source link

Testing image of depth map #57

Closed Ershebet closed 4 years ago

Ershebet commented 4 years ago

Hello! How can I test with my own image of depth map? I have some images of depth maps with hands. I want to try to plot the graphics of it, but don't understand some things. Do I need to create 3D coordinates of each image by myself? What script will help me?

mks0601 commented 4 years ago

You can mimic src/data/ANY_DB/data.lua

otepencelik commented 4 years ago

Hi @Ershebet . Did you manage to write a test code for your own depth maps? I want to try the same thing but I have no idea how to read these Lua codes and use them. Can you please share with me if you did it?