Skip to content

J-Fe/HOI-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOI-Detection

Our code and Doc. are based on Space-Time Interaction Graph Parsing Networks for Human-Object Interaction Recognition,ACM MM'21

Installation

  1. Clone this repository.

    git clone https://github.com/J-Fe/HOI-Detection.git
    
  2. Install Python dependencies:

    pip install -r requirements.txt
    

Prepare Data

  1. Follow here to prepare the original data of CAD120 dataset in CAD120/datasets folder.
  2. You can also download the data we have processed directly from here.
  3. We also provide some checkpoints to the trained models. Download them here and put them in the checkpoints folder

Training

For the CAD120 dataset: python train_CAD120.py --model VisualModelV python train_CAD120.py --model SemanticModelV

Testing

For the CAD120 dataset: python eval_CAD120.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages