RonLek / FastV2C-HandNet

Repository for the implementation of "FastV2C-HandNet: Fast Voxel to Coordinate Hand Pose Estimation with 3D Convolutional Neural Networks"
https://arxiv.org/abs/1907.06327
10 stars 2 forks source link

How to generate "center_*_*.txt“ file? #2

Closed LYKlyk closed 4 years ago

LYKlyk commented 4 years ago

I have a question about whether you should generate center**.txt in advance? How to generate it ? Thank you.

RonLek commented 4 years ago

Hi @LYKlyk . Yes, the center_.txt files need to be generated in advance. They provide reference centers and offsets so that the image is cropped properly. The precomputed centers are obtained by training the hand center estimation network from DeepPrior++ .