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

no visible label 'INVALIDFRAME_TRAIN' #14

Closed rsluo closed 6 years ago

rsluo commented 6 years ago

Thanks for sharing your code! When I try to run "th run_me.lua" I get an error message:

./data/ICVL/data.lua:234: no visible label 'INVALIDFRAME_TRAIN' for at line 163 stack traceback: [C]: in function 'dofile' run_me.lua:18: in main chunk [C]: in function 'dofile' ...sluo/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk [C]: in ?

Do you know what the issue could be? Thanks!

mks0601 commented 6 years ago

Sorry, there were few typos in ICVL/data.lua I commited a new version!

rsluo commented 6 years ago

Thanks!