Pinned Repositories
3DUnetCNN
Keras 3D U-Net Convolution Neural Network (CNN) designed for medical image segmentation
airlab
Image registration laboratory for 2D and 3D image data
AOD_Net
AOD Net keras implementation
Attention_Network_With_Keras
An example attention network with simple dataset.
Attention_UNet
Raw implementation of attention gated U-Net by Keras
Binary-Neural-Network-Keras
A Keras code on Binary Neural Networks
Brain-Tissue-Segment-Keras
Network: FCN, U-Net, Unet+Resblock(DeepUNet), Squeeze+UNet, DenseNet+UNet(DenseUnet)...
CapsNet
Capsule Networks implemented with Keras.
classic-convolution-network
里面会保存许多优秀的卷积神经网络结构,这些结构可以帮助我们更好的设计网络。
Classify-ResNetCAM-keras
分类网路探索 利用Keras 探索类别激活图 可视化
stducc's Repositories
stducc/airlab
Image registration laboratory for 2D and 3D image data
stducc/classic-convolution-network
里面会保存许多优秀的卷积神经网络结构,这些结构可以帮助我们更好的设计网络。
stducc/count-mAP-txt
这个是一个在SSD的基础上用于生成绘制mAP代码所用的txt的例子。(目的是生成txt)
stducc/data-science-competition
该仓库用于记录和定期提供各大数据科学竞赛的赛事消息和原创baseline,思路分享以及博主的一些竞赛心得和学习资料等. 主要涵盖:kaggle, 阿里天池,华为云大赛校园赛,百度aistudio,和鲸社区,datafountain等
stducc/deepvesselnet
Implementation of the DeepVesselNet deep learning network
stducc/eat_pytorch_in_20_days
Pytorch🍊🍉 is delicious, just eat it! 😋😋
stducc/eat_tensorflow2_in_30_days
Tensorflow2.0 🍎🍊 is delicious, just eat it! 😋😋
stducc/faster-rcnn-keras
这是一个faster-rcnn的keras实现的库,可以利用voc数据集格式的数据进行训练。
stducc/GAN-keras
里面包含许多GAN算法的Keras源码,可以用于训练自己的模型。
stducc/KAMP-Net
stducc/Keras-Attention
这个仓库主要包含了LSTM、卷积神经网络中,注意力机制的实现。
stducc/keras-CenterNet
CenterNet (Objects as Points) implementation in Keras and Tensorflow
stducc/keras-yolo2
Easy training on custom dataset. Various backends (MobileNet and SqueezeNet) supported. A YOLO demo to detect raccoon run entirely in brower is accessible at https://git.io/vF7vI (not on Windows).
stducc/M2det-Keras
这是一个M2det的Keras实现的库,可以实时检测与训练。
stducc/mask-rcnn-keras
这是一个mask-rcnn的库,可以用于训练自己的实例分割模型。
stducc/MathModel
研究生数学建模,本科生数学建模、数学建模竞赛优秀论文,数学建模算法,LaTeX论文模板,算法思维导图,参考书籍,Matlab软件教程,PPT
stducc/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
stducc/mobilenet-ssd-keras
这是一个mobilenet-ssd-keras的源码,可以用于训练自己的轻量级ssd模型。
stducc/mtcnn-keras
这是一个利用keras实现mtcnn的代码,可以实现人脸检测。
stducc/NoduleNet
[MICCAI' 19] NoduleNet: Decoupled False Positive Reduction for Pulmonary Nodule Detection and Segmentation
stducc/pytorch_classification
利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码
stducc/remote_sensing_change_detection
an unoffice reimpliment for main remote sensing change detection network. including CDNet FC-EF FC-EF-conc FC-EF-diff FC-EF-Res FCN-PP UNet_ASPP UNet++ and some work of main
stducc/ResUNetplusplus_with-CRF-and-TTA
Improving Semantic Image Segmentation and Generalization with ResUNet++, Conditional Random Field, and Test-Time Augmentation
stducc/retinanet-keras
这是一个retinanet-keras的源码,可以用于训练自己的模型。
stducc/RFB-keras
这是一个利用Keras实现RFBnet的库,RFBnet是SSD的改进版,其整体的结构与SSD相差不大,其主要特点是在SSD的特征提取网络上用了RFB模块。
stducc/segmentation_models
Segmentation models with pretrained backbones. Keras and TensorFlow Keras.
stducc/SSR-Net
[IJCAI18] SSR-Net: A Compact Soft Stagewise Regression Network for Age Estimation
stducc/Transfer-Learning
这是一个有关迁移学习的仓库,在这里可以看到迁移学习的各种用法。
stducc/triplet-net
Keras implementation of "Deep Learning using Triplet Network" by Hoffer and Ailon. https://arxiv.org/pdf/1412.6622.pdf
stducc/yolo3-keras
这是一个yolo3-keras的源码,可以用于训练自己的模型。