Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Code for the ECCV'22 paper "Geometric Features Informed Multi-person Human-object Interaction Recognition in Videos".

NotificationsYou must be signed in to change notification settings

tanqiu98/2G-GCN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code for the ECCV'22 paper "Geometric Features Informed Multi-person Human-object Interaction Recognition in Videos".

MPHOI-72 RGB-D Dataset

You can find all RGB-D frames and geometric annotations in the two links below. We list two ways to download datasets in case one of the services collapses.

Durham University Library and Collections:download.
OneDrive:download.

Environment Setup

First please create an appropriate environment using conda:

conda env create -f environment.yml

conda activate vhoi

Download Data

Please download the necessary data from the link below, and put thedownloaded data folder in this current directory (i.e../data/...).

Link:data.

Train the Model

To train the model from scratch, edit the./conf/config.yaml file, and depending on the selected dataset and model, alsoedit the associated model .yaml file in./conf/models/ and the associated dataset .yaml file in./conf/data/. Afterediting the files, just runpython train.py.

Test the Model

Examples on MPHOI-72: when you get pre-trained models for all subject groups, you can get the cross-validation result bypython -W ignore predict.py --pretrained_model_dir ./outputs/mphoi/2G-GCN/hs512_e40_bs8_lr0.0001_0.1_Subject14 --cross_validate.

Citation

If you use our code or data, please cite:

@inproceedings{qiao2022geometric,    title={Geometric Features Informed Multi-person Human-object Interaction Recognition in Videos},    author={Qiao, Tanqiu and Men, Qianhui and Li, Frederick W. B. and Kubotani, Yoshiki and Morishima, Shigeo and Shum, Hubert P. H.},    booktitle={European Conference on Computer Vision (ECCV)},    year={2022}}

About

Code for the ECCV'22 paper "Geometric Features Informed Multi-person Human-object Interaction Recognition in Videos".

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp