detectron2(目标检测框架)无死角玩转-00:目录

接下来,我会为大家无死角的解析detectron2(基于pytorch的目标检测框架),之前的文章,如下(以下是我工作的所有项目,每一个项目都是,我都做了百分百的详细解读,随着项目增多,为了方便不臃肿,所以给出以下链接)
视觉工作项目-为后来的你,提供一份帮助!

我相信,关于detectron2(基于pytorch的目标检测框架)的讲解,我的这一系列博客或许不是国内最早的,但是肯定是最详细的,废话就不多说了,我们直接开始吧!

(01)detectron2(目标检测框架)无死角玩转-01:框架安装,以及demo测试:https://blog.csdn.net/weixin_43013761/article/details/104022615

(02)detectron2(目标检测框架)无死角玩转-02:训练,测试coco数据:https://blog.csdn.net/weixin_43013761/article/details/104027656

(03)detectron2(目标检测框架)无死角玩转-03:配置config解析-实时更新:https://blog.csdn.net/weixin_43013761/article/details/104030359

(04)detectron2(目标检测框架)无死角玩转-04:训练自己的数据:https://blog.csdn.net/weixin_43013761/article/details/104032429

(05)detectron2(目标检测框架)无死角玩转-05:源码详解(1)-总体架构分析:https://blog.csdn.net/weixin_43013761/article/details/104043605

(06)detectron2(目标检测框架)无死角玩转-06:源码详解(2)-Trainer继承关系,Hook:https://blog.csdn.net/weixin_43013761/article/details/104092658

(07)detectron2(目标检测框架)无死角玩转-07:源码详解(3)-模型构建-RetinaNet为例:https://blog.csdn.net/weixin_43013761/article/details/104098263

(08)detectron2(目标检测框架)无死角玩转-08:源码详解(4)-数据预处理,数据增强:https://blog.csdn.net/weixin_43013761/article/details/104106792

(09)detectron2(目标检测框架)无死角玩转-09:源码详解(5)-anchor生成:https://blog.csdn.net/weixin_43013761/article/details/104194978

(10)detectron2(目标检测框架)无死角玩转-10:源码详解(6)-anchor的使用,loss计算:https://blog.csdn.net/weixin_43013761/article/details/104714022

你可能感兴趣的:(detectron2,目标检测,pytorch,深度学习)