melonwan / denseReg

3D hand pose estimation via dense regression
179 stars 33 forks source link

msra.py run_preprocess() used the pose_sync which doesn't exist #4

Open youngstu opened 6 years ago

youngstu commented 6 years ago

hms, dcs = data.preprocess.pose_sync(norm_poses, normed_dms, cfgs, coms, 128, 128)

MeteorsHub commented 6 years ago

same to icvl.py nyu.py doesn't use it

melonwan commented 6 years ago

Hi, run_preprocess() in msra.py was used to check the TF record and has nothing to do with the whole pipeline. There's no need to run this function.