Re:InterHand Dataset

A Dataset of Relighted 3D Interacting Hands (NeurIPS 2023 Datasets and Benchmarks Track)

Re:InterHand Dataset

News

Visualizations

Mugsy_cameras / envmap_per_segment

Ego_cameras / envmap_per_segment

Above videos have low-quality images due to the compression.

Download

Necessary for any settings

3D GT

3rd-person viewpoints (Mugsy_cameras) / Frame-based split (envmap_per_frame)

3rd-person viewpoints (Mugsy_cameras) / Video-based split (envmap_per_segment)

Egocentric viewpoints (Ego_cameras) / Frame-based split (envmap_per_frame)

Egocentric viewpoints (Ego_cameras) / Video-based split (envmap_per_segment)

Verify downloaded files

Capture specifications (training/testing split and # of images)

Directory

3D GT and all camera-independent things

${ROOT}
|-- $CAPTURE_ID
|   |-- CHECKSUM
|   |-- frame_list.txt
|   |-- frame_list_orig.txt
|   |-- mano_fits
|   |   |-- meshes
|   |   |   |-- str(frame_idx) + '_right.ply'
|   |   |   |-- str(frame_idx) + '_left.ply'
|   |   |-- params
|   |   |   |-- str(frame_idx) + '_right.json'
|   |   |   |-- str(frame_idx) + '_left.json'
|   |-- orig_fits
|   |   |-- right
|   |   |   |-- Keypoints
|   |   |   |   |-- 'keypoint-%06d.json' % frame_idx
|   |   |   |-- Keypoints_with_forearm
|   |   |   |   |-- 'keypoint-%06d.json' % frame_idx
|   |   |   |-- Meshes
|   |   |   |   |-- 'skinned-%06d.ply' % frame_idx
|   |   |   |-- Meshes_with_forearm
|   |   |   |   |-- 'skinned-%06d.ply' % frame_idx
|   |   |-- left
|   |   |   |-- Keypoints
|   |   |   |   |-- 'keypoint-%06d.json' % frame_idx
|   |   |   |-- Keypoints_with_forearm
|   |   |   |   |-- 'keypoint-%06d.json' % frame_idx
|   |   |   |-- Meshes
|   |   |   |   |-- 'skinned-%06d.ply' % frame_idx
|   |   |   |-- Meshes_with_forearm
|   |   |   |   |-- 'skinned-%06d.ply' % frame_idx

Images, masks, and camera parameters

${ROOT}
|-- $CAPTURE_ID
|   |-- Mugsy_cameras
|   |   |-- envmap_per_frame
|   |   |   |-- images
|   |   |   |   |-- '$CAM_NAME/%06d.png' % frame_idx
|   |   |   |-- masks
|   |   |   |   |-- '$CAM_NAME/%06d.png' % frame_idx
|   |   |-- envmap_per_segment
|   |   |   |-- images
|   |   |   |   |-- '$CAM_NAME/%06d.png' % frame_idx
|   |   |   |-- masks
|   |   |   |   |-- '$CAM_NAME/%06d.png' % frame_idx
|   |   |-- cam_params.json
|   |--Ego_cameras
|   |   |-- envmap_per_frame
|   |   |   |-- images
|   |   |   |   |-- '%06d.png' % frame_idx
|   |   |   |-- masks
|   |   |   |   |-- '%06d.png' % frame_idx
|   |   |   |-- cam_params
|   |   |   |   |-- '%06d.json' % frame_idx
|   |   |   |-- truncation_ratio.json
|   |   |-- envmap_per_segment
|   |   |   |-- images
|   |   |   |   |-- '%06d.png' % frame_idx
|   |   |   |-- masks
|   |   |   |   |-- '%06d.png' % frame_idx
|   |   |   |-- cam_params
|   |   |   |   |-- '%06d.json' % frame_idx
|   |   |   |-- truncation_ratio.json

Our 3D geometry is much more accurate and stable than the triangluation-based approach, used for the InterHand2.6M dataset.

Code and checkpoint

Contact

If you meet any problems, please send an e-mail to mks0601(at)gmail.com or leave an issue at here.

License

Re:InterHand is CC-BY-NC 4.0 licensed.

Reference

@inproceedings{moon2023reinterhand,
  title     = {A Dataset of Relighted {3D} Interacting Hands},
  author    = {Moon, Gyeongsik and Saito, Shunsuke and Xu, Weipeng and Joshi, Rohan and Buffalini, Julia and Bellan, Harley and Rosen, Nicholas and Richardson, Jesse and Mize Mallorie and Bree, Philippe and Simon, Tomas and Peng, Bo and Garg, Shubham and McPhail, Kevyn and Shiratori, Takaaki},
  booktitle = {NeurIPS Track on Datasets and Benchmarks},
  year      = {2023},
}