机器视觉 cnn汇总

  1. 行为识别 Action_Recognition
    IDT,TSN,C3D,CDC,R-C3D

  2. 目标检测 大型网络
    MaskRCNN, FCIS,DCNN,DenseNet,DetNet,ResNet, vgg16-SSD, Xception 前文还有: yolov1 v2 v3 darknet / caffe

  3. 目标检测 小型网络 MobileNet v1 v2 -ssd,ShuffleNet-ssd,SqueezeNet-ssd

  4. 人体姿态识别 PoseEstimating

  5. 物体语义分割 Semantic_Segmentation

  6. 细粒度图像识别 (fine-grained image recognition)2. 细粒度图像识别 (fine-grained image recognition)

  7. 深度神经网络压缩 Deep Compression7. 深度神经网络压缩 Deep Compression BNN,BCN,BWN, QNN

  8. 高性能计算 HighPerformanceComputing

卷积神经网络(1)
损失函数 交叉熵CrossEntropy 以及 Focal Loss(2)
RNN循环神经网络(3)
深度学习论文翻译 Deep Learning Papers Translation(4)

Image Classification
Object Detection
OCR
Mobile

迁移学习 Transfer Learning(5)
人脸识别(6)
转载自:https://github.com/Ewenwan/MVision/tree/master/CNN

猜你喜欢

转载自blog.csdn.net/J_Boom/article/details/87921869