M1rac1e1's Stars
kong36088/BaiduImageSpider
一个超级轻量的百度图片爬虫
dair-ai/ml-visuals
🎨 ML Visuals contains figures and templates which you can reuse and customize to improve your scientific writing.
extreme-assistant/CVPR2024-Paper-Code-Interpretation
cvpr2024/cvpr2023/cvpr2022/cvpr2021/cvpr2020/cvpr2019/cvpr2018/cvpr2017 论文/代码/解读/直播合集,极市团队整理
amusi/CVPR2024-Papers-with-Code
CVPR 2024 论文和开源项目合集
tengshaofeng/ResidualAttentionNetwork-pytorch
a pytorch code about Residual Attention Network. This code is based on two projects from
PistonY/ResidualAttentionNetwork
A Gluon implement of Residual Attention Network. Best acc on cifar10-97.78%.
weiaicunzai/awesome-image-classification
A curated list of deep learning image classification papers and codes
weiaicunzai/pytorch-cifar100
Practice on cifar100(ResNet, DenseNet, VGG, GoogleNet, InceptionV3, InceptionV4, Inception-ResNetv2, Xception, Resnet In Resnet, ResNext,ShuffleNet, ShuffleNetv2, MobileNet, MobileNetv2, SqueezeNet, NasNet, Residual Attention Network, SENet, WideResNet)
fastai/fastai
The fastai deep learning library
vinthony/ghost-free-shadow-removal
[AAAI 2020] Towards Ghost-free Shadow Removal via Dual Hierarchical Aggregation Network and Shadow Matting GAN
cvlab-stonybrook/SID
Official implementation for ICCV19 "Shadow Removal via Shadow Image Decomposition"
mmostipan/shadow-removal
Removing shadows from pictures (without color adjustment).
zhwang1694/remote-sensing-image-shadow-detection-and-removal
卫星遥感图像阴影去除
rougier/scientific-visualization-book
An open access book on scientific visualization using python and matplotlib
microsoft/ML-For-Beginners
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
prlz77/ResNeXt.pytorch
Reproduces ResNet-V3 with pytorch
ry/tensorflow-resnet
ResNet model in TensorFlow
jiesutd/NCRFpp
NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.
f-dangel/cockpit
Cockpit: A Practical Debugging Tool for Training Deep Neural Networks
imankgoyal/NonDeepNetworks
Official Code for "Non-deep Networks"
milesial/Pytorch-UNet
PyTorch implementation of the U-Net for image semantic segmentation with high quality images
samersallam/PyTorch-Classification-Model-Training-Template
This code is to help you train and evaluate PyTorch classification model easily and quickly
LongJun123456/Tensorflow-Resnet-Image-Classification
这是之前我和我的组员参与Tiny-mind 手写汉字识别大赛的一个项目, 主要实现了用Resnet或VGG16作为Backbone来训练一个分类任务以及基于opencv的一些图片数据集增强,最终我们组的成绩为TOP-5准确率99.19, 排名5/700。这个项目也可以用于其他的图片分类任务,整个网络框架是基于Tensorflow实现的
felixgwu/img_classification_pk_pytorch
Quickly comparing your image classification models with the state-of-the-art models (such as DenseNet, ResNet, ...)
ShawnBIT/UNet-family
Paper and implementation of UNet-related model.
Andy-zhujunwen/UNET-ZOO
including unet,unet++,attention-unet,r2unet,cenet,segnet ,fcn.
anilsathyan7/pytorch-image-classification
Image classification using pytorch
fuweifu-vtoo/Semantic-segmentation
采用Pytorch的入门语义分割项目,支持的网络有Unet和Segnet;遥感语义分割;Unet;Segnet;Remote sensing semantic segmentation;
xungeer29/Remote-Sensing-Image-Classification
深度学习图像分类的入门教程
zergtant/pytorch-handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行