计算机视觉
Cloveryww
BUAA CS在读学生
展开
-
【Paper Reading】Training-Time-Friendly Network for Real-Time Object Detection
论文链接:https://arxiv.org/pdf/1909.00700.pdf代码:https://github.com/ZJULearning/ttfnet启示1. 单纯的数据扩增虽然能增加数据的数量,但是也会降低数据的质量,导致需要更多的训练时间才会收敛。2. 根据Linear Scaling Rule,学习率与batchsize一般情况下呈线性正比,增加高质量的samp...原创 2019-10-17 15:43:53 · 1191 阅读 · 1 评论 -
扩增的Pascal VOC 语义分割数据集制作
参考的文献和博客:[1] B. Hariharan, P. Arbeláez, L. Bourdev, S. Maji, and J. Malik,“Semantic contours from inverse detectors,” in ICCV, 2011.[2]https://cloud.tencent.com/developer/article/1391917[3]h...原创 2019-04-10 18:42:30 · 6357 阅读 · 7 评论 -
【PaperReading】Stand-Alone Self-Attention in Vision Models
论文链接:https://arxiv.org/abs/1906.05909代码:https://github.com/leaderj1001/Stand-Alone-Self-Attention启示1. 提出了一种代替空间卷积的操作——self attention,可以有效结合self attention操作和原来的空间卷积操作,在网络的初期使用原来的空间卷积操作,而后面和各个head...原创 2019-09-27 16:22:55 · 2795 阅读 · 2 评论