line / Human-Interaction-Generation

Official implementation of ICCV 2023 Oral Paper "Role-Aware Interaction Generation from Textual Description"

Home Page:https://openaccess.thecvf.com/content/ICCV2023/html/Tanaka_Role-Aware_Interaction_Generation_from_Textual_Description_ICCV_2023_paper.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Additionally, this repository contains third-party software. Refer NOTICE.txt for more details and follow the terms and conditions of their use.

About

Official implementation of ICCV 2023 Oral Paper "Role-Aware Interaction Generation from Textual Description"

https://openaccess.thecvf.com/content/ICCV2023/html/Tanaka_Role-Aware_Interaction_Generation_from_Textual_Description_ICCV_2023_paper.html

License:Apache License 2.0


Languages

Language:Python 100.0%