深度學習論文和開原始碼
語義分割:
Awesome Semantic Segmentation
https://github.com/mrgloom/awesome-semantic-segmentation
Semantic Segmentation Algorithms Implemented in PyTorch
https://github.com/meetshah1995/pytorch-semseg
Learning Deconvolution Network for Semantic Segmentation
https://github.com/HyeonwooNoh/DeconvNet
Fully Convolutional Instance-aware Semantic Segmentation
https://github.com/daijifeng001/TA-FCN
Fully Convolutional Networks for Semantic Segmentation
https://github.com/shelhamer/fcn.berkeleyvision.org
PixelNet: Representation of the pixels, by the pixels, and for the pixels
https://github.com/aayushbansal/PixelNet
http://www.cs.cmu.edu/~aayushb/pixelNet/
ICNet for Real-Time Semantic Segmentation on High-Resolution Images
https://hszhao.github.io/projects/icnet/
https://github.com/hszhao/ICNet
SegNet: A Deep Convolutional Encoder-Decoder Architecture for Semantic Pixel-Wise Labelling
https://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 CRFs
https://bitbucket.org/aquariusjay/deeplab-public-ver2/overview
DeconvNet : Learning Deconvolution Network for Semantic Segmentation ICCV2015
https://github.com/HyeonwooNoh/DeconvNet
http://cvlab.postech.ac.kr/research/deconvnet/
Pyramid Scene Parsing Network CVPR2017
https://github.com/hszhao/PSPNet
Fully Convolutional Instance-aware Semantic Segmentation CVPR2017
https://github.com/msracver/FCIS
ParseNet: Looking Wider to See Better
https://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 Networks
for Real-Time Object Detection for Autonomous Driving
https://github.com/BichenWuUCB/squeezeDet
Coordinating Filters for Faster Deep Neural Networks
https://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 Recognition
code:
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 Networks
https://github.com/daijifeng001/r-fcn
A-Fast-RCNN: Hard Positive Generation via Adversary for Object Detection CVPR 2017
Caffe code :
https://github.com/xiaolonw/adversarial-frcnn
Improving Object Detection With One Line of Code
https://github.com/bharatsingh430/soft-nms
行人檢測:
Is Faster R-CNN Doing Well for Pedestrian Detection? ECCV2016
https://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 CVPR2016
https://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
人臉修復
Generative Face Completion
https://github.com/Yijunmaverick/GenerativeFaceCompletion
Failures of Gradient-Based Deep Learning
https://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
相關文章
- 深度學習相關論文深度學習
- 深度學習-最新論文解釋深度學習
- 52 個深度學習目標檢測模型彙總,論文、原始碼一應俱全!深度學習模型原始碼
- 51 個深度學習目標檢測模型彙總,論文、原始碼一應俱全!深度學習模型原始碼
- 【深度學習 論文篇 01-1 】AlexNet論文翻譯深度學習
- 深度學習論文閱讀路線圖深度學習
- 20篇頂級深度學習論文(附連結)深度學習
- 52 個深度學習目標檢測模型彙總,論文、原始碼一應俱全!(附連結)深度學習模型原始碼
- 【深度學習 論文篇 02-1 】YOLOv1論文精讀深度學習YOLOv1
- 深度學習用於文字摘要的論文及程式碼集錦深度學習
- [阿里DIN]從論文原始碼學習 之 embedding_lookup阿里原始碼
- 論文學習
- 10K+,深度學習論文、程式碼最全彙總!一鍵收藏深度學習
- 「推薦系統的廣泛和深度學習」- 論文閱讀和翻譯深度學習
- ZGC論文學習GC
- 深度學習論文翻譯解析(十二):Fast R-CNN深度學習ASTCNN
- 谷歌論文:使用深度強化學習的晶片佈局谷歌強化學習晶片
- 用eclipse學習和檢視jive論壇原始碼Eclipse原始碼
- 深度學習03-sklearn.LinearRegression 原始碼學習深度學習原始碼
- Nature論文解讀 | 基於深度學習和心臟影像預測生存概率深度學習
- 深度學習很難?一文讀懂深度學習!深度學習
- 深度學習論文翻譯解析(十六):Squeeze-and-Excitation Networks深度學習
- 【論文學習】輕量級網路——MobileNetV3終於來了(含開原始碼)原始碼
- 論深度學習的侷限性深度學習
- 深度學習相關理論深度學習
- 深度學習論文翻譯解析(十九):Searching for MobileNetV3深度學習
- 深度學習-理論學習關鍵示意圖深度學習
- 頂會中深度學習用於CTR預估的論文及程式碼集錦 (1)深度學習
- 頂會中深度學習用於CTR預估的論文及程式碼集錦 (3)深度學習
- AAAI 2021論文:利用深度元學習對城市銷量進行預測(附論文下載)AI
- 開原始碼學習之Tinyhttpd原始碼httpd
- 神經網路碰上高斯過程,DeepMind論文開啟深度學習新方向神經網路深度學習
- 【論文學習】FastText總結AST
- 查詢論文原始碼網站原始碼網站
- Spring原始碼深度解析(郝佳)-學習-原始碼解析-Spring MVCSpring原始碼MVC
- 深度學習領域引用量前10篇論文(附下載地址)深度學習
- 【深度學習】機率論知識複習深度學習
- 開原始碼文獻原始碼