Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/foruck/kinematic-phrases


https://github.com/foruck/kinematic-phrases

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Bridging the Gap between Human Motion and Action Semantics via Kinematic Phrases (ECCV 2024)

## KP Extraction

1. Download SMPL(X) models and put them in ``models``.
2. Run ``python kp.py`` to extract KP sequence corresponding to the sample motion sequence.

## TODOs

- [x] Kinematic Pharases list in `KP`.
- [x] Kinematic Prompt Generation (KPG) prompts in `kpg.txt`.
- [x] A data sample is available in `sample`.
- [x] Code for KP extraction.
- [ ] Code for KPG benchmarking.
- [ ] Code for Kinematic Phrases Base aggregation.