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

png2bin file #55

Closed Fazlik995 closed 4 years ago

Fazlik995 commented 5 years ago

Did someone had a problem in png2bin file?

It shows error below:

Error using fgets Invalid file identifier. Use fopen to generate a valid file identifier.

Error in fgetl (line 32) [tline,lt] = fgets(fid);

Error in handGesture (line 17) tline = fgetl(fp);

Even though i entered filepath correctly

mks0601 commented 4 years ago

Sorry for late reply, but I don't have any issues :( Could you check the filepath again?