From e4a6bfcae46b26a395e7a58c93cfd19ab3d8ac16 Mon Sep 17 00:00:00 2001 From: pdollar Date: Sun, 25 Jan 2015 13:38:53 -0800 Subject: [PATCH] minor update to readme --- README.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 2b9d0c8..2ca22a5 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,8 @@ MS COCO API - http://mscoco.org/ Microsoft COCO is a large image dataset designed for object detection, segmentation, and caption generation. This package provides Matlab and Python APIs that assists in loading, parsing and visualizing the annotations in COCO. Please visit http://mscoco.org/ for more information on COCO, including for the data, paper, and tutorials. The exact format of the annotations is also described on the COCO website. In addition to this API, please download both the COCO images and annotations in order to run the demos and use the API. Both are available on the project website. --Please download, unzip, and place the images in: coco/images/. --Please download and place the annotations in: coco/annotations/. +-Please download, unzip, and place the images in: coco/images/ +-Please download and place the annotations in: coco/annotations/ +Note that the Python API includes code to automatically download the data. After downloading the images and annotations run either the Matlab or Python demos for example usage. -- GitLab