Skip to content

Commit e709ae9

Browse files
committed
added readme, updated .gitignore
1 parent 995b9ad commit e709ae9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
other/
21
images/
32
annotations/

README.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
**NOTE: THIS CODE IS STILL IN DEVELOPMENT AND IS NOT YET FUNCTIONAL**
2+
3+
MS COCO API - http://mscoco.org/
4+
5+
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.
6+
7+
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/.
10+
11+
After downloading the images and annotations run either the Matlab or Python demos for example usage.

0 commit comments

Comments
 (0)