Skip to content

Commit e4a6bfc

Browse files
committed
minor update to readme
1 parent e709ae9 commit e4a6bfc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ MS COCO API - http://mscoco.org/
55
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.
66

77
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.
8-
-Please download, unzip, and place the images in: coco/images/.
9-
-Please download and place the annotations in: coco/annotations/.
8+
-Please download, unzip, and place the images in: coco/images/
9+
-Please download and place the annotations in: coco/annotations/
10+
Note that the Python API includes code to automatically download the data.
1011

1112
After downloading the images and annotations run either the Matlab or Python demos for example usage.

0 commit comments

Comments
 (0)