cocoAPI

microsoft coco-datasets API
194 Downloads
Updated 12 Aug 2021

View License

As we all know, the COCO2014/2017 dataset is widely used for object detection, instance segmentation, image description, key point detection, panoramic segmentation and many other tasks, the official has provided cocoapi's python, matlab, lua language interface, but in matlab using the interface provided by the program is very poor readability, not easy to intuitively clear, the use of people This program makes full use of the characteristics of the table type to enrich the expression of coco datasets, with only about 100 lines of code to achieve the "instances", "keypoints" ,"captions" level of API, without any third-party libraries, can be customized to modify the API, code readability.
众所周知,COCO2014/2017数据集被广泛用于目标检测、实例分割、图像描述、关键点检测、全景分割等多种任务,官方已提供cocoapi的python、matlab、lua语言的接口,但在matlab中使用其提供的接口程序可读性非常差,不易直观清晰,使用的人较少,本程序充分利用table类型的特性,丰富展示coco数据集的表达,仅用100行左右代码实现了"instances", "keypoints" ,"captions"级别的API,无需任何第三方库,可二次自定义修改API,代码可读性强。
Please use the latest code from github!

Cite As

cui,xingxing (2024). cocoAPI (https://www.mathworks.com/matlabcentral/fileexchange/97387-cocoapi), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2020b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.1

Please use the latest code from github!

1.1.0

add keypoints, captions, filter "instance" category object class.

1.0.0