Skip to content

Commit 727b546

Browse files
authored
Update README.txt
1 parent bab68f1 commit 727b546

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.txt

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

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.
3+
COCO is a large image dataset designed for object detection, segmentation, person keypoints detection, stuff 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://cocodataset.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/
8-
For substantially more details on the API please see http://mscoco.org/dataset/#download.
8+
For substantially more details on the API please see http://cocodataset.org/#download.
99

1010
After downloading the images and annotations, run the Matlab, Python, or Lua demos for example usage.
1111

0 commit comments

Comments
 (0)