Skip to content

fredzzhang/vcoco

Repository files navigation

V-COCO

Utilities for the human-object interaction detection dataset V-COCO

Supported Utilities

Installation Instructions

  1. Download the repo with git clone https://github.com/fredzzhang/vcoco.git
  2. Download the train2014 and val2014 partitions of the COCO dataset
    1. If you have not downloaded the dataset before, run the following script
    cd /path/to/vcoco
    bash download.sh
    1. If you have previsouly downloaded the dataset, simply create a soft link. Note that
    cd /path/to/vcoco
    ln -s /path/to/coco ./mscoco2014
  3. Install the lightweight deep learning library Pocket
  4. Make sure the environment you created for Pocket is activated. You are good to go!

Miscellaneous

License

MIT License

Releases

No releases published

Packages

No packages published