Home

Awesome

ContactPose

PyTorch implementation of the data-driven hand-object contact modeling experiments presented in the paper:

ContactPose: A Dataset of Grasps with Object Contact and Hand Pose -

Samarth Brahmbhatt, Chengcheng Tang, Christopher D. Twigg, Charles C. Kemp, and James Hays,

ECCV 2020.

Please visit http://contactpose.cc.gatech.edu to explore the dataset.

Note: This is the ML code for the ECCV 2020 paper. The ContactPose dataset API is here.

Citation

@InProceedings{Brahmbhatt_2020_ECCV,
author = {Brahmbhatt, Samarth and Tang, Chengcheng and Twigg, Christopher D. and Kemp, Charles C. and Hays, James},
title = {{ContactPose}: A Dataset of Grasps with Object Contact and Hand Pose},
booktitle = {The European Conference on Computer Vision (ECCV)},
month = {August},
year = {2020}
}

Getting Started

$ git clone git@github.com:samarth-robo/ContactPose-ML.git contactpose-ml
$ cd contactpose-ml
$ source activate contactpose_ml

Download Links

These links are provided only for reference, you should not need to download them manually. get_data.py in each branch will download everything for you.

Trained Models, Training Logs, and result.json files

LearnerFeaturesSplitLink
MLPsimple-jointsobjectslink
MLPrelative-jointsobjectslink
MLPskeletonobjectslink
MLPmeshobjectslink
MLPsimple-jointsparticipantslink
MLPrelative-jointsparticipantslink
MLPskeletonparticipantslink
MLPmeshparticipantslink
PointNet++simple-jointsobjectslink
PointNet++relative-jointsobjectslink
PointNet++skeletonobjectslink
PointNet++meshobjectslink
PointNet++simple-jointsparticipantslink
PointNet++relative-jointsparticipantslink
PointNet++skeletonparticipantslink
PointNet++meshparticipantslink
VoxNetskeletonobjectslink
VoxNetskeletonparticipantslink
Heuristic (10 pose params)-objectslink
Heuristic (15 pose params)-objectslink
Heuristic (10 pose params)-participantslink
Heuristic (15 pose params)-participantslink
enc-dec, PointNet++images (3 view)objectslink
enc-dec, PointNet++images (1 view)objectslink
enc-dec, PointNet++images (3 view)participantslink
enc-dec, PointNet++images (1 view)participantslink

Other Data