EmLoco / README.md
ImIntheMiddle's picture
Upload README.md with huggingface_hub
79c23a9 verified
|
Raw
History Blame Contribute Delete
1.59 kB
metadata
license: cc-by-nc-4.0
language:
  - en
tags:
  - human-trajectory-prediction
  - jrdb
  - jta
  - cvpr2025
pipeline_tag: other
library_name: pytorch

EmLoco โ€” CVPR 2025 release assets

Checkpoints and preprocessed data for Physical Plausibility-aware Trajectory Prediction via Locomotion Embodiment (CVPR 2025).

๐Ÿ“„ paper ยท ๐Ÿ™ code

Contents

  • checkpoints/{jta_ours, jrdb_ours}/ โ€” Our models trained on JTA/JRDB dataset
  • checkpoints/valuenets/ โ€” LocoVal value-network checkpoints used by evaluate_*.py / train_*.py --valueloss_w
  • preprocess_smpl_cvpr/{jta, jrdb}_all_visual_cues/{train, val, test}/ โ€” preprocessed data
  • action_dict.json โ€” JRDB-Act action labels for per-action ADE/FDE breakdown (optional)

Usage

See the GitHub README for download + setup instructions.

License

CC BY-NC 4.0 (research, non-commercial). The underlying SMPL / JTA / JRDB / PACER restrict commercial use.

Citation

@InProceedings{EmLoco_CVPR25,
  author    = {Taketsugu, Hiromu and Oba, Takeru and Maeda, Takahiro and Nobuhara, Shohei and Ukita, Norimichi},
  title     = {Physical Plausibility-aware Trajectory Prediction via Locomotion Embodiment},
  booktitle = {IEEE / CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
  year      = {2025}
}