Awesome
V-COCO
Utilities for the human-object interaction detection dataset V-COCO
Supported Utilities
- A command-line style dataset navigator
- Large-scale visualisation in web page
- Generate object detections with Faster R-CNN
- Visualise detected objects
- Evaluate object detections
Installation Instructions
- Download the repo with
git clone https://github.com/fredzzhang/vcoco.git
- Download the
train2014
andval2014
partitions of the COCO dataset- If you have not downloaded the dataset before, run the following script
cd /path/to/vcoco bash download.sh
- If you have previsouly downloaded the dataset, simply create a soft link. Note that
cd /path/to/vcoco ln -s /path/to/coco ./mscoco2014
- Install the lightweight deep learning library Pocket
- Make sure the environment you created for Pocket is activated. You are good to go!
Miscellaneous
- The implementation of the dataset class can be found in vcoco.py
- The script that generated the annotation files can be found in utilities/generate_annotations.py