Examples/Image/DataSets/Pascal/README.md
The Pascal VOC (PASCAL Visual Object Classes) data is a well known set of standardised images for object class recognition.
The Pascal VOC dataset is not included in the CNTK distribution but can be easily downloaded by running the following Python command:
python install_pascalvoc.py
This will download roughly 3.15GB of data and unpack it into the folder structure that is assumed in the object recognition tutorial
You need the 2007 (trainval and test) and 2012 (trainval) data as well as the precomputed ROIs used in the original Fast R-CNN paper. For the object recognition tutorial you need to follow the folder structure described below.
DataSets/Pascal/VOCdevkit
DataSets/Pascal/VOCdevkit
DataSets/Pascal/VOCdevkit
DataSets/Pascal/selective_search_data
The VOCdevkit/VOC2007 folder should contain at least the following (similar for 2012):
VOCdevkit/VOC2007
VOCdevkit/VOC2007/Annotations
VOCdevkit/VOC2007/ImageSets
VOCdevkit/VOC2007/JPEGImages
If you are curious about how well computers can perform on Pascal VOC today, the official leaderboards are maintained at http://host.robots.ox.ac.uk:8080/leaderboard/main_bootstrap.php