| 这篇教程深度学习(四)入门深度学习的一些开源代码写得很实用,希望能帮到您。 
   语义分割:Awesome Semantic Segmentation
 https://github.com/mrgloom/awesome-semantic-segmentation
 Semantic Segmentation Algorithms Implemented in PyTorchhttps://github.com/meetshah1995/pytorch-semseg
 Learning Deconvolution Network for Semantic Segmentationhttps://github.com/HyeonwooNoh/DeconvNet
 Fully Convolutional Instance-aware Semantic Segmentationhttps://github.com/daijifeng001/TA-FCN
 Fully Convolutional Networks for Semantic Segmentationhttps://github.com/shelhamer/fcn.berkeleyvision.org
 PixelNet: Representation of the pixels, by the pixels, and for the pixelshttps://github.com/aayushbansal/PixelNet
 http://www.cs.cmu.edu/~aayushb/pixelNet/
 ICNet for Real-Time Semantic Segmentation on High-Resolution Imageshttps://hszhao.github.io/projects/icnet/
 https://github.com/hszhao/ICNet
 SegNet: A Deep Convolutional Encoder-Decoder Architecture for Semantic Pixel-Wise Labellinghttps://arxiv.org/pdf/1511.00561.pdf PAMI-2017
 https://github.com/alexgkendall/caffe-segnet
 DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFshttps://bitbucket.org/aquariusjay/deeplab-public-ver2/overview
 DeconvNet : Learning Deconvolution Network for Semantic Segmentation ICCV2015https://github.com/HyeonwooNoh/DeconvNet
 http://cvlab.postech.ac.kr/research/deconvnet/
 Pyramid Scene Parsing Network CVPR2017https://github.com/hszhao/PSPNet
 Fully Convolutional Instance-aware Semantic Segmentation CVPR2017https://github.com/msracver/FCIS
 ParseNet: Looking Wider to See Betterhttps://github.com/weiliu89/caffe/tree/fcn
 深度网络模型:Deep Residual Learning for Image Recognition
 https://github.com/KaimingHe/deep-residual-networks
 SqueezeDet: Unified, Small, Low Power Fully Convolutional Neural Networksfor Real-Time Object Detection for Autonomous Driving
 https://github.com/BichenWuUCB/squeezeDet
 Coordinating Filters for Faster Deep Neural Networkshttps://arxiv.org/abs/1703.09746
 https://github.com/wenwei202/caffe/tree/sfm
 Network Dissection:Quantifying Interpretability of Deep Visual Representations
 CVPR2017
 https://github.com/CSAILVision/NetDissect
 人脸识别C++ 代码: https://github.com/seetaface/SeetaFaceEngine
 A Discriminative Feature Learning Approach for Deep Face Recognitioncode: https://github.com/ydwen/caffe-face
 目标检测:PVANET: Deep but Lightweight Neural Networks for Real-time Object Detection
 https://github.com/sanghoon/pva-faster-rcnn
 R-FCN: Object Detection via Region-based Fully Convolutional Networkshttps://github.com/daijifeng001/r-fcn
 A-Fast-RCNN: Hard Positive Generation via Adversary for Object Detection CVPR 2017Caffe code : https://github.com/xiaolonw/adversarial-frcnn
 Improving Object Detection With One Line of Codehttps://github.com/bharatsingh430/soft-nms
 行人检测: Is Faster R-CNN Doing Well for Pedestrian Detection? ECCV2016https://github.com/zhangliliang/RPN_BF/tree/RPN-pedestrian
 人体姿态估计:Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields CVPR2017
 https://github.com/ZheC/Realtime_Multi-Person_Pose_Estimation
 Convolutional Pose Machines CVPR2016https://github.com/shihenw/convolutional-pose-machines-release
 深度图片风格迁移Deep Photo Style Transfer
 https://github.com/luanfujun/deep-photo-styletransfer
 检测Accurate Single Stage Detector Using Recurrent Rolling Convolution
 https://github.com/xiaohaoChen/rrc_detection
   原文作者:aircraft 原文链接:   没错这篇又是转发的,因为觉得还不错就转发了,不过转发的时候找不到原作者是谁 所以这里就没有指明了。     人脸修复Generative Face Completion
 https://github.com/Yijunmaverick/GenerativeFaceCompletion
 Failures of Gradient-Based Deep Learninghttps://github.com/shakedshammah/failures_of_DL
 深度视频去模糊Deep Video Deblurring
 https://github.com/shuochsu/DeepVideoDeblurring
 深度去噪Learning Deep CNN Denoiser Prior for Image Restoration
 https://github.com/cszn/ircnn
 人脸超分辨Face Super-Resolution Through Wasserstein GANs
 https://github.com/MandyZChen/srez
 https://github.com/YuguangTong/improved_wgan_training
 视频结构化分析平台https://github.com/AKSHAYUBHAT/DeepVideoAnalytics
 深度学习(四)入门深度学习的一些开源代码
 深度学习(三)可视化理解卷积神经网络 直接查看卷积神经网络的过程特征
 |