Skip to content
/ hicodet Public
forked from fredzzhang/hicodet

Utilities for the human-object interaction detection dataset HICO-DET

License

Notifications You must be signed in to change notification settings

avhx/hicodet

 
 

Repository files navigation

HICO-DET

Utilities for the human-object interaction detection dataset HICO-DET

Supported Utilities

Installation Instructions

  1. Download the repo with git clone https://github.com/fredzzhang/hicodet.git
  2. Prepare the HICO-DET dataset
    1. If you have not downloaded the dataset before, run the following script
    cd /path/to/hicodet
    bash download.sh
    1. If you have previously downloaded the dataset, simply create a soft link
    cd /path/to/hicodet
    ln -s /path/to/hico_20160224_det ./hico_20160224_det
  3. Install the lightweight deep learning library Pocket
  4. Make sure the environment you created for Pocket is activated. You are good to go!

Dataset Class

The implementation of the dataset class can be found in hicodet.py. Refer to the documentation to find out more about its usage. For convenience, the dataset class has been included in the Pocket library, accessible via pocket.data.HICODet.

License

MIT License

About

Utilities for the human-object interaction detection dataset HICO-DET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.5%
  • Shell 2.5%