File size: 1,587 Bytes
0593399
 
a8db8d6
 
 
 
 
 
 
 
 
0593399
a8db8d6
 
 
7bce518
13539ab
a8db8d6
13539ab
a8db8d6
13539ab
a8db8d6
7bce518
79c23a9
7bce518
79c23a9
a8db8d6
13539ab
a8db8d6
13539ab
a8db8d6
 
 
7bce518
a8db8d6
 
 
 
 
 
 
7bce518
a8db8d6
 
7bce518
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
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](https://openaccess.thecvf.com/content/CVPR2025/html/Taketsugu_Physical_Plausibility-aware_Trajectory_Prediction_via_Locomotion_Embodiment_CVPR_2025_paper.html) ยท ๐Ÿ™ [code](https://github.com/ImIntheMiddle/EmLoco)

## 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](https://github.com/ImIntheMiddle/EmLoco#-data--checkpoints-hugging-face) for download + setup instructions.

## License

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

## Citation

```bibtex
@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}
}
```