fredzzhang / vcoco

Utilities for the dataset V-COCO in Python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Utilities for the dataset V-COCO in Python3

License:MIT License


Languages

Language:Python 97.6%Language:Shell 2.4%