Dataset Viewer
Auto-converted to Parquet Duplicate
filename
stringlengths
10
10
002576.npz
006981.npz
005344.npz
007141.npz
004363.npz
001303.npz
002955.npz
005474.npz
006750.npz
006119.npz
005962.npz
007601.npz
007535.npz
000495.npz
003850.npz
006978.npz
004932.npz
007558.npz
007036.npz
001199.npz
001506.npz
003813.npz
004709.npz
002345.npz
006313.npz
002412.npz
006132.npz
007311.npz
001393.npz
002775.npz
005852.npz
001311.npz
001551.npz
007183.npz
006316.npz
003958.npz
006811.npz
001881.npz
007062.npz
000122.npz
000133.npz
002020.npz
005435.npz
003290.npz
004969.npz
007289.npz
003691.npz
005240.npz
006058.npz
000002.npz
004010.npz
001988.npz
004268.npz
005343.npz
003342.npz
005776.npz
002106.npz
002578.npz
004747.npz
001326.npz
000564.npz
003480.npz
007462.npz
005220.npz
007318.npz
004866.npz
006969.npz
006595.npz
007587.npz
003378.npz
007479.npz
001602.npz
006588.npz
001922.npz
004840.npz
005312.npz
000515.npz
001631.npz
000560.npz
006282.npz
001977.npz
001599.npz
005406.npz
002198.npz
006887.npz
007776.npz
005506.npz
005853.npz
006202.npz
002786.npz
003629.npz
004084.npz
007115.npz
006136.npz
002918.npz
001865.npz
002368.npz
006897.npz
005280.npz
005489.npz
End of preview. Expand in Data Studio

Humans with Collisions (HwC) Pose & Motion Dataset

This dataset contains the training, evaluation, and benchmark data for the paper:
"PoseShield: Neural Collision Fields for Human Self-Collision Resolution (ECCV 2026)"


Dataset Structure

The repository contains two main groups of data structured under the data/ directory:

1. HwC Pose Dataset (Single Poses)

Used for training the neural self-collision field and evaluating pose-level collision resolution.

  • data/dataset/train_list.csv - List of training sample IDs.
  • data/dataset/test_list.csv - List of testing sample IDs.
  • data/dataset/augmented_data/ - Folder containing self-colliding SMPL-H body poses (.npz) used as negative training inputs.
  • data/dataset/gt_data/ - Folder containing corresponding collision-free ground truth poses (.npz).
  • data/dataset_test/ - The HwC 500-pose benchmark subset used for single-pose collision resolution validation, containing body models (.pkl), mesh files (.obj), and visualization references (.png).

2. Motion Dataset (Motion Sequences)

Used for two-stage latent motion optimization and visual/numerical self-collision resolution benchmark.

  • data/motion_canonical/ - Folder containing the 100 canonical MotionFix self-intersecting human motion sequences (.npy).

Usage Instructions

To use this dataset in your project, you can clone this repository directly or download the snapshot programmatically.

Cloning via Git LFS

Make sure you have Git LFS installed to fetch the .npz and .npy files correctly:

git lfs install
git clone https://huggingface.co/datasets/ZYYY99/Humans_with_Collision

Programmatic Download (Python)

You can download the entire folder structure programmatically using the huggingface_hub Python package:

from huggingface_hub import snapshot_download

snapshot_download(
    repo_id="ZYYY99/Humans_with_Collision", 
    repo_type="dataset", 
    local_dir="data"
)

Citation

If you use this dataset or the matching method in your research, please cite:

@article{li2026poseshield,
  title={PoseShield: Neural Collision Fields for Human Self-Collision Resolution},
  author={Li, Zhengyuan and Deng, Zeyun and Shen, Yifan and Gui, Liangyan and Xie, Miaolan and Campbell, Joseph and Gao, Xifeng and Wu, Kui and Pan, Zherong and Bera, Aniket},
  journal={arXiv preprint arXiv:2606.29686},
  year={2026}
}
Downloads last month
-

Models trained or fine-tuned on ZYYY99/Humans_with_Collision

Paper for ZYYY99/Humans_with_Collision