IcarusWizard / PixelwiseRegression

PyTorch release for paper "Pixel-wise Regression: 3D Hand Pose Estimation via Spatial-form Representation and Differentiable Decoder"
MIT License
34 stars 2 forks source link

X_center_test.txt file #7

Closed nasif-raihan closed 1 year ago

nasif-raihan commented 1 year ago

Hi there, can you please suggest how can i generate _X_centertest.txt file to infer on a custom 2D hand image?

IcarusWizard commented 1 year ago

Hi, thanks for your question. These files are copied from the V2V-Pose repo. As far as I know, they train a DeepPrior++ network to extract those centre positions.

nasif-raihan commented 1 year ago

Thank you for your quick response!