moberweger / deep-prior-pp

Improving Fast And Accurate 3D Hand Pose Estimation
GNU General Public License v3.0
144 stars 40 forks source link

NYU testset #4

Closed ShikaiChen closed 6 years ago

ShikaiChen commented 6 years ago

Dear @moberweger , Thanks for your sharing. I have downloaded NYU dataset, and there is only one testset. However, in main_nyu_com_refine.py: Seq2_1 = di.loadSequence('test_1', docom=True) Seq2_2 = di.loadSequence('test_2', docom=True) Could you please tell me where I can find test_1 and test_2.

moberweger commented 6 years ago

Hi, The NYU test set consists of 2 different users. The first 2440 frames are for 'test_1', the remaining frames are for 'test_2', so you simply have to split them into two folders.

ShikaiChen commented 6 years ago

@moberweger Thank you for your help!