All Projects → WZMIAOMIAO → Deep Learning For Image Processing

WZMIAOMIAO / Deep Learning For Image Processing

deep learning for image processing including classification and object-detection etc.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Deep Learning For Image Processing

Awesome-Tensorflow2
基于Tensorflow2开发的优秀扩展包及项目
Stars: ✭ 45 (-99.23%)
Mutual labels:  classification, segmentation, tensorflow2
Imgclsmob
Sandbox for training deep learning networks
Stars: ✭ 2,405 (-58.59%)
Mutual labels:  classification, segmentation, tensorflow2
Segmentation
Tensorflow implementation : U-net and FCN with global convolution
Stars: ✭ 101 (-98.26%)
Mutual labels:  classification, segmentation
Edafa
Test Time Augmentation (TTA) wrapper for computer vision tasks: segmentation, classification, super-resolution, ... etc.
Stars: ✭ 107 (-98.16%)
Mutual labels:  classification, segmentation
Vision4j Collection
Collection of computer vision models, ready to be included in a JVM project
Stars: ✭ 132 (-97.73%)
Mutual labels:  classification, segmentation
Caffe Model
Caffe models (including classification, detection and segmentation) and deploy files for famouse networks
Stars: ✭ 1,258 (-78.34%)
Mutual labels:  classification, segmentation
Frostnet
FrostNet: Towards Quantization-Aware Network Architecture Search
Stars: ✭ 85 (-98.54%)
Mutual labels:  object-detection, classification
Model Quantization
Collections of model quantization algorithms
Stars: ✭ 118 (-97.97%)
Mutual labels:  classification, segmentation
Cnn Paper2
🎨 🎨 深度学习 卷积神经网络教程 :图像识别,目标检测,语义分割,实例分割,人脸识别,神经风格转换,GAN等🎨🎨 https://dataxujing.github.io/CNN-paper2/
Stars: ✭ 77 (-98.67%)
Mutual labels:  object-detection, segmentation
Grid Gcn
Grid-GCN for Fast and Scalable Point Cloud Learning
Stars: ✭ 143 (-97.54%)
Mutual labels:  classification, segmentation
Deep Learning For Tracking And Detection
Collection of papers, datasets, code and other resources for object tracking and detection using deep learning
Stars: ✭ 1,920 (-66.94%)
Mutual labels:  object-detection, segmentation
Sunets
PyTorch Implementation of Stacked U-Nets (SUNets)
Stars: ✭ 149 (-97.43%)
Mutual labels:  classification, segmentation
Raster Vision
An open source framework for deep learning on satellite and aerial imagery.
Stars: ✭ 1,248 (-78.51%)
Mutual labels:  object-detection, classification
Dlcv for beginners
《深度学习与计算机视觉》配套代码
Stars: ✭ 1,244 (-78.58%)
Mutual labels:  classification, segmentation
Dataset
Crop/Weed Field Image Dataset
Stars: ✭ 98 (-98.31%)
Mutual labels:  classification, segmentation
Pointclouddatasets
3D point cloud datasets in HDF5 format, containing uniformly sampled 2048 points per shape.
Stars: ✭ 80 (-98.62%)
Mutual labels:  classification, segmentation
Pointnet Keras
Keras implementation for Pointnet
Stars: ✭ 110 (-98.11%)
Mutual labels:  classification, segmentation
Pointasnl
PointASNL: Robust Point Clouds Processing using Nonlocal Neural Networks with Adaptive Sampling (CVPR 2020)
Stars: ✭ 159 (-97.26%)
Mutual labels:  classification, segmentation
Pointcnn
PointCNN: Convolution On X-Transformed Points (NeurIPS 2018)
Stars: ✭ 1,120 (-80.72%)
Mutual labels:  classification, segmentation
Kaggle Rsna
Deep Learning for Automatic Pneumonia Detection, RSNA challenge
Stars: ✭ 74 (-98.73%)
Mutual labels:  object-detection, classification

深度学习在图像处理中的应用教程

前言

  • 本教程是对本人研究生期间的研究内容进行整理总结,总结的同时也希望能够帮助更多的小伙伴。后期如果有学习到新的知识也会与大家一起分享。
  • 本教程会以视频的方式进行分享,教学流程如下:
    1)介绍网络的结构与创新点
    2)使用Pytorch进行网络的搭建与训练
    3)使用Tensorflow(内部的keras模块)进行网络的搭建与训练

教程目录,点击跳转相应视频(后期会根据学习内容增加)

更多相关视频请进入我的bilibili频道查看


所需环境

  • Anaconda3(建议使用)
  • python3.6/3.7/3.8
  • pycharm (IDE)
  • pytorch 1.7.1 (pip package)
  • torchvision 0.8.1 (pip package)
  • tensorflow 2.4.1 (pip package)

欢迎大家关注下我的微信公众号(阿喆学习小记),平时会总结些相关学习博文。

如果有什么问题,也可以到我的CSDN中一起讨论。 https://blog.csdn.net/qq_37541097/article/details/103482003

我的bilibili频道: https://space.bilibili.com/18161609/channel/index

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].