tool/MANO_render/render.py [28:39]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
if torch.sum(torch.abs(mano_layer['left'].shapedirs[:,0,:] - mano_layer['right'].shapedirs[:,0,:])) < 1:
    print('Fix shapedirs bug of MANO')
    mano_layer['left'].shapedirs[:,0,:] *= -1
            
root_path = '../../data/InterHand2.6M/'
img_root_path = osp.join(root_path, 'images')
annot_root_path = osp.join(root_path, 'annotations')
subset = 'all'
split = 'train'
capture_idx = '13'
seq_name = '0266_dh_pray'
cam_idx = '400030'
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tool/MANO_world_to_camera/convert.py [37:48]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
if torch.sum(torch.abs(mano_layer['left'].shapedirs[:,0,:] - mano_layer['right'].shapedirs[:,0,:])) < 1:
    print('Fix shapedirs bug of MANO')
    mano_layer['left'].shapedirs[:,0,:] *= -1
            
root_path = '../../data/InterHand2.6M/'
img_root_path = osp.join(root_path, 'images')
annot_root_path = osp.join(root_path, 'annotations')
subset = 'all'
split = 'train'
capture_idx = '13'
seq_name = '0266_dh_pray'
cam_idx = '400030'
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



