iscas3dv / handpose-virtualview

Efficient Virtual View Selection for 3D Hand Pose Estimation AAAI 2022
Other
78 stars 9 forks source link

How to do inference on real data? #7

Closed laserwave closed 2 years ago

laserwave commented 2 years ago

Hi,

I am confused how we can do inference on real data with the released pretrain models.

In the eval or inference function in view_select_a2j.py, it requires the 3d joints to do depth image cropping.

I can't understand this. How to get the 3d joints output with only depth image input?

leekyungmoon commented 8 months ago

@laserwave , Did you solve the issue? If so, can you tell me the way of doing inference on real data please?