COCO
文章平均质量分 55
jaredray
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
人体姿态估计HRNet网络模型搭建代码详解
HRNet-v1模型详解 源码参考:https://github.com/HRNet/HRNet-Human-Pose-Estimation 仅作为个人的学习笔记,欢迎交流学习。 # 搭建HRNet模型,传入配置文件,位于 experiments/coco/hrnet/w32_256x192_adam_lr1e-3.yaml def get_pose_net(cfg, is_train, **kwargs): model = PoseHighResolutionNet(cfg, **kwargs)原创 2022-03-27 22:21:24 · 5769 阅读 · 12 评论 -
COCO API的相关知识
有关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://bl原创 2021-08-31 14:27:40 · 145 阅读 · 0 评论
分享