Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/line/Human-Interaction-Generation
Official implementation of ICCV 2023 Oral Paper "Role-Aware Interaction Generation from Textual Description"
https://github.com/line/Human-Interaction-Generation
computervision motion-generation
Last synced: 2 months ago
JSON representation
Official implementation of ICCV 2023 Oral Paper "Role-Aware Interaction Generation from Textual Description"
- Host: GitHub
- URL: https://github.com/line/Human-Interaction-Generation
- Owner: line
- License: apache-2.0
- Created: 2023-10-20T05:37:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T07:31:20.000Z (over 1 year ago)
- Last Synced: 2024-04-16T02:08:24.963Z (10 months ago)
- Topics: computervision, motion-generation
- Language: Python
- Homepage: https://openaccess.thecvf.com/content/ICCV2023/html/Tanaka_Role-Aware_Interaction_Generation_from_Textual_Description_ICCV_2023_paper.html
- Size: 5.18 MB
- Stars: 20
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-human-motion - Tanaka et al. - aware Interaction Generation from Textual Description, Tanaka et al. ICCV 2023. (Human-Human Interaction)
README
# Role-aware Interaction Generation from Textual Description (ICCV'23)
The official implementation of the paper "Role-aware Interaction Generation from Textual Description".
## Usage
Please clone this repositry by the following command.
```
git clone --recursive https://github.com/line/Human-Interaction-Generation
```If you want to train an interaction generation model, please go to `./preprocess` and follow the instructions to prepare a dataset.
After finishing it, please go to `./codes` to generate interactions.## Citation
```
@inproceedings{
tanaka2023interaction,
title={Role-aware Interaction Generation from Textual Description},
author={Mikihiro Tanaka and Kent Fujiwara},
booktitle={ICCV},
year={2023}
}
```## License
[Apache License 2.0](LICENSE)Additionally, this repository contains third-party software. Refer [NOTICE.txt](NOTICE.txt) for more details and follow the terms and conditions of their use.