CV基础知识点
边框回归(Bounding Box Regression)详解
IOU(Intersection Over Union) 概念清晰图解 + python代码示例
论文讲解
CV之transformer
3W字长文带你轻松入门视觉transformer - 深度眸的文章
Faster R-CNN
Sparse R-CNN
Sparse R-CNN:简化版fast rcnn - 深度眸的文章:这篇讲的很好,有部分代码讲解
Sparse R-CNN: End-to-End Object Detection with Learnable Proposals 论文解读:这篇也不错
语义分解
Semantic Segmentation – (DeepLabv3)Rethinking Atrous Convolution for Semantic Image Segmentation论文解
语义分割(semantic segmentation)–DeepLabV3之ASPP(Atrous Spatial Pyramid Pooling)代码详解