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

mrsa_center_refined #41

Closed konrad-marzec closed 5 years ago

konrad-marzec commented 5 years ago

Whats the difference between center_test_1_refined.txt and center_train_1_refined.txt ? How *_refined.txt are build ? (i mean what data and in which order is used to build for example center_train_1_refined.txt)

MSRA consist of 76500 frames why sum of lines in center_test_1_refined and center_train_1_refined = 76391

mks0601 commented 5 years ago

You should perform cross-validation for train and test on the MSRA dataset. center_train_1_refined.txt and center_test_1_refined.txt are used when you train your model on other subjects and test on subject 1, respectively. The author of MSRA dataset has updated the dataset and removed some invalid frames. Maybe you should download newer version of the datatset.