Open pythonsql21 opened 3 years ago
Hi @mks0601 , thanks a lot for the demo video. One more question, in the demo video what type of camera did you use for real-time tracking? RGB camera or RGB-D camera.
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?
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.