MeteorsHub

Results 6 issues of MeteorsHub

After download nyu dataset and your pretrained model, I run the command `python model/hourglass_um_crop_tiny.py --dataset 'nyu' --batch_size 3 --num_stack 2 --num_fea 128 --debug_level 2` with is_train equals False in the...

I found you use nyu_bbx when testing on NYU dataset, which means you use 'ground truth' hand location data when running test. I think it should be predict by network...

When using ``` python model/hourglass_um_crop_tiny.py --dataset 'icvl' --batch_size 3 --num_stack 2 --num_fea 128 --debug_level 2 --is_train False ``` it seems to be an import error ``` from data.preprocess import crop_from_xyz_pose,...

求更新,1.0的api有些用不了了

Hello! In my opinion, the training sample code in your readme is a S2T model, right? How can I train a S2G2T model in your paper?

I'm just running the extracting features process, but i can't see any progress shown on screen under 'np.save(feat_path, feats) ipdb>' I know it's a huge cnn training, but how long...