摘要:Super SloMo paper: https://arxiv.org/abs/1712.00080 github: https://github.com/avinashpaliwal/Super-SloMo Deep Video Frame Interpolation using Cyclic 阅读全文
记录
2019-07-31 15:23 by heixialee, 113 阅读, 0 推荐, 收藏, 编辑
摘要:人脸pytorch https://github.com/wujiyang/Face_Pytorch 阅读全文
attention 论文
2019-07-31 14:53 by heixialee, 221 阅读, 0 推荐, 收藏, 编辑
摘要:1. CBAM: Convolutional Block Attention Module 实现:https://github.com/luuuyi/CBAM.PyTorch 2 Attention Augmented Convolutional Networks 阅读全文
Base 论文
2019-07-30 20:37 by heixialee, 175 阅读, 0 推荐, 收藏, 编辑
摘要:SENet: Squeeze-and-Excitation Networks attention 相关: CBAM : Convolutional Block Attention Module 阅读全文
场景分割论文
2019-07-30 20:28 by heixialee, 453 阅读, 0 推荐, 收藏, 编辑
摘要:PSENet : Shape Robust Text Detection with Progressive Scale Expansion Network ESPNet : Efficient Spatial Pyramid of Dilated Convolutions for Semantic 阅读全文
anchor的理解
2019-07-18 11:45 by heixialee, 674 阅读, 0 推荐, 收藏, 编辑
摘要:为什么使用anchor而不是直接预测bbox呢,有以下几个原因: 1. 可以设计多尺度的anchor,便于预测不同尺度的信息 2. 通过anchor,预测值从绝对坐标,变为预测offset,这样训练更容易收敛,学习难度降低 阅读全文
人脸进程记录
2019-07-12 15:15 by heixialee, 185 阅读, 0 推荐, 收藏, 编辑
摘要:contrastive loss tripple loss L-softmax loss A-softmax loss (sphere face) CosFace ArcFace 阅读全文
multi-angle cosine and sines
2019-07-12 14:20 by heixialee, 239 阅读, 0 推荐, 收藏, 编辑
摘要:[1.1] [1.2] [1.3] [1.4] [1.5] [1.6] [1.7] [1.8] [1.1] [1.2] [1.3] [1.4] [1.5] [1.6] [1.7] [1.8][1.9] 阅读全文
Euclidean Margin vs Angular Margin
2019-07-12 11:16 by heixialee, 541 阅读, 0 推荐, 收藏, 编辑
摘要:Euclidean Based Margin: Contrastive Loss Triple Loss Angular Based Margin: L-Softmax A-Softmax 一个思想: 通过加入一些限制,获取剔除一些衡量标准,能够很好的压缩类内的距离和加大类间的距离 比如L-Soft 阅读全文