当前位置: 首页 > 工具软件 > Python CoCo > 使用案例 >

COCO Python API的介绍与使用

穆展鹏
2023-12-01

因为最近项目需要,学习了有关COCO API的操作。这里将自己学习到的资源做一个整理。

1.COCO API使用篇 https://blog.csdn.net/gzj2013/article/details/82385164

2.COCO API源码分析篇 https://blog.csdn.net/gzj2013/article/details/82421166

https://zhuanlan.zhihu.com/p/29393415

3.COCO Python API - 数据集类数量分布 https://blog.csdn.net/gzj2013/article/details/82425954

4.COCO API使用的其他介绍 https://blog.csdn.net/GodWriter/article/details/80049938

5.COCO API 源码链接 https://github.com/cocodataset/cocoapi

这里需要注意的是一张图片可能对应有多个标注信息。

也就是通过一个图片id去获取标注信息时,得到的是一个标注信息的list,可以对这个list做进一步判断得到自己想要的注释信息部分。

 类似资料: