Skip to content

Commit 4ef18eb

Browse files
committed
updated readme
1 parent cdbf564 commit 4ef18eb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
MS COCO API - http://mscoco.org/
22

3-
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.
3+
Microsoft COCO is a large image dataset designed for object detection, segmentation, and caption generation. This package provides Matlab, Python, and Lua 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. The Matlab and Python APIs are complete, the Lua API provides only basic functionality.
44

55
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.
66
-Please download, unzip, and place the images in: coco/images/
77
-Please download and place the annotations in: coco/annotations/
88
For substantially more details on the API please see http://mscoco.org/dataset/#download.
99

10-
After downloading the images and annotations run either the Matlab or Python demos for example usage.
10+
After downloading the images and annotations, run the Matlab, Python, or Lua demos for example usage.
1111

12-
To install Python API, run "make" under PythonAPI.
12+
To install:
13+
-For Matlab, add coco/MatlabApi to the Matlab path (OSX/Linux binaries provided)
14+
-For Python, run "make" under coco/PythonAPI
15+
-For Lua, run “luarocks make LuaAPI/rocks/coco-scm-1.rockspec” under coco/

0 commit comments

Comments
 (0)