深度学习(四)转--入门深度学习的一些开源代码

原文作者:aircraft

原文链接:

 

 

没错这篇又是转发的,因为觉得学习深度学习难免要从别人的代码开始,所以就转发了。不过转发的时候没找到原作者是谁,所以原作者看到不要打我-------QAQ

 

 

语义分割:
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

 

原文作者:aircraft

原文链接:

 

没错这篇又是转发的,因为觉得还不错就转发了,不过转发的时候找不到原作者是谁 所以这里就没有指明了。

 

 

人脸修复
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

视频结构化分析平台
https://github.com/AKSHAYUBHAT/DeepVideoAnalytics

转载于:https://www.cnblogs.com/DOMLX/p/9581676.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
GeoPandas是一个源的Python库,旨在简化地理空间数据的处理和分析。它结合了Pandas和Shapely的能力,为Python用户提供了一个强大而灵活的工具来处理地理空间数据。以下是关于GeoPandas的详细介绍: 一、GeoPandas的基本概念 1. 定义 GeoPandas是建立在Pandas和Shapely之上的一个Python库,用于处理和分析地理空间数据。 它扩展了Pandas的DataFrame和Series数据结构,允许在其中存储和操作地理空间几何图形。 2. 核心数据结构 GeoDataFrame:GeoPandas的核心数据结构,是Pandas DataFrame的扩展。它包含一个或多个列,其中至少一列是几何列(geometry column),用于存储地理空间几何图形(如点、线、多边形等)。 GeoSeries:GeoPandas中的另一个重要数据结构,类似于Pandas的Series,但用于存储几何图形序列。 二、GeoPandas的功能特性 1. 读取和写入多种地理空间数据格式 GeoPandas支持读取和写入多种常见的地理空间数据格式,包括Shapefile、GeoJSON、PostGIS、KML等。这使得用户可以轻松地从各种数据源中加载地理空间数据,并将处理后的数据保存为所需的格式。 2. 地理空间几何图形的创建、编辑和分析 GeoPandas允许用户创建、编辑和分析地理空间几何图形,包括点、线、多边形等。它提供了丰富的空间操作函数,如缓冲区分析、交集、并集、差集等,使得用户可以方便地进行地理空间数据分析。 3. 数据可视化 GeoPandas内置了数据可视化功能,可以绘制地理空间数据的地图。用户可以使用matplotlib等库来进一步定制地图的样式和布局。 4. 空间连接和空间索引 GeoPandas支持空间连接操作,可以将两个GeoDataFrame按照空间关系(如相交、包含等)进行连接。此外,它还支持空间索引,可以提高地理空间数据查询的效率。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值