Spaces:
Build error
Build error
A newer version of the Gradio SDK is available:
5.26.0
3D Hand Keypoint Datasets
It is recommended to symlink the dataset root to $MMPOSE/data
.
If your folder structure is different, you may need to change the corresponding paths in config files.
MMPose supported datasets:
InterHand2.6M
InterHand2.6M (ECCV'2020)
@InProceedings{Moon_2020_ECCV_InterHand2.6M,
author = {Moon, Gyeongsik and Yu, Shoou-I and Wen, He and Shiratori, Takaaki and Lee, Kyoung Mu},
title = {InterHand2.6M: A Dataset and Baseline for 3D Interacting Hand Pose Estimation from a Single RGB Image},
booktitle = {European Conference on Computer Vision (ECCV)},
year = {2020}
}
For InterHand2.6M, please download from InterHand2.6M. Please download the annotation files from annotations. Extract them under {MMPose}/data, and make them look like this:
mmpose
βββ mmpose
βββ docs
βββ tests
βββ tools
βββ configs
`ββ data
βββ interhand2.6m
|ββ annotations
| |ββ all
| |ββ human_annot
| |ββ machine_annot
| |ββ skeleton.txt
| |ββ subject.txt
|
`ββ images
| |ββ train
| | |-- Capture0 ~ Capture26
| |ββ val
| | |-- Capture0
| |ββ test
| | |-- Capture0 ~ Capture7