cocoAPI

버전 1.1.1 (544 KB) 작성자: cui,xingxing
microsoft coco-datasets API
다운로드 수: 199
업데이트 날짜: 2021/8/12

라이선스 보기

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!

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R2020b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.1

Please use the latest code from github!

1.1.0

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

1.0.0