-
Notifications
You must be signed in to change notification settings - Fork 70
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
video of real-time V2V-PoseNet hand tracking #64
Comments
Hi @mks0601 , thanks a lot for the demo video. |
Those are results on ICVL, MSRA, and NYU datasets, which provide depth maps. My method takes a depth map, so one of RGB-D camera or depth camera is used. |
Hi @mks0601, for the input images for training the V2V-PoseNet (as shown in Fig. 3 of your paper), what sofware did you use to compute 3D voxilized depth map (3D image)? do you have the 3D voxilized depth map (3D images) in your dataset? |
V2V-PoseNet_RELEASE/src/util.lua Line 92 in b91a69f
This function generates a 3D voxelized depth map from a 2D depth map. |
Hi @mks0601, what program did you use to visualize 3D voxel? Did you use matplotlib?thx |
Hi, do you have a demo (video) of real-time V2V-PoseNet hand tracking? Thx.
The text was updated successfully, but these errors were encountered: