xingyizhou / DeepModel

Code repository for Model-based Deep Hand Pose Estimation
GNU General Public License v3.0
111 stars 43 forks source link

preprocessing: cube_sizes = [300, 300, 300 * 0.87] #16

Open hellojialee opened 7 years ago

hellojialee commented 7 years ago

HI~ I come here again. In your code: https://github.com/xingyizhou/DeepModel/blob/master/training/GetH5DataNYU.py 64 line

data_names = ['train', 'test_1', 'test_2'] cube_sizes = [300, 300, 300 * 0.87] id_starts = [0, 0, 2440]

What' the purpose of 300*0.87 when creating the test data? Looking forward for your replying. Best wishes!