Closed rsluo closed 6 years ago
It is mentioned in the README.MD.
The precomputed centers are obtained by training the hand center estimation network from DeepPrior++ . Each line represents 3D world coordinate of each frame. In case of ICVL, NYU, MSRA dataset, if depth map is not exist or not contain hand, that frame is considered as invalid. In case of ITOP dataset, if 'valid' variable of a certain frame is false, that frame is considered as invalid. All test images are considered as valid.
Thanks! I guess I missed that earlier.
One more question - do you have code for visualizing the results?
Sorry for late reply. I used plot and plot3 function in MATLAB. The visualization code wil be uploaded soon.
Ok, thanks!
I have just uploaded visualization code. You can check the code and instruction in the README.MD
Thank you!
I want to run V2V for hand pose estimation on some RGBD data that I have, but I don't have any ground truth labels. What exactly is the format of the center_trainset and center_testset text files, and how did you get that information? Thanks!