PyTorch implementation of image classification models for CIFAR-10/CIFAR-100/MNIST/FashionMNIST/Kuzushiji-MNIST/ImageNet
☆1,439Dec 12, 2021Updated 4 years ago
Alternatives and similar repositories for pytorch_image_classification
Users that are interested in pytorch_image_classification are comparing it to the libraries listed below
Sorting:
- Classification with PyTorch.☆1,744Jun 18, 2024Updated last year
- A curated list of deep learning image classification papers and codes☆3,052Apr 20, 2022Updated 3 years ago
- Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.☆9,114Apr 22, 2022Updated 3 years ago
- A PyTorch implementation of EfficientNet☆8,221Apr 8, 2022Updated 3 years ago
- Practice on cifar100(ResNet, DenseNet, VGG, GoogleNet, InceptionV3, InceptionV4, Inception-ResNetv2, Xception, Resnet In Resnet, ResNext,…☆4,750Jul 15, 2024Updated last year
- Official Pytorch implementation of CutMix regularizer☆1,247Sep 16, 2020Updated 5 years ago
- The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights --…☆36,397Updated this week
- Official Implementation of 'Fast AutoAugment' in PyTorch.☆1,612Jun 16, 2021Updated 4 years ago
- Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeN…☆2,714Nov 22, 2022Updated 3 years ago
- experiments on Paper <Bag of Tricks for Image Classification with Convolutional Neural Networks> and other useful tricks to improve CNN a…☆743Mar 5, 2019Updated 6 years ago
- Codebase for Image Classification Research, written in PyTorch.☆2,168Mar 20, 2024Updated last year
- 95.47% on CIFAR10 with PyTorch☆6,361Feb 24, 2023Updated 3 years ago
- ResNeSt: Split-Attention Networks☆3,267Dec 9, 2022Updated 3 years ago
- Unofficial implementation of the ImageNet, CIFAR 10 and SVHN Augmentation Policies learned by AutoAugment using pillow☆1,496May 16, 2023Updated 2 years ago
- This repository reproduces the results of the paper: "Fixing the train-test resolution discrepancy" https://arxiv.org/abs/1906.06423☆1,044Aug 11, 2021Updated 4 years ago
- Train the HRNet model on ImageNet☆1,052Dec 2, 2021Updated 4 years ago
- 利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码☆1,456Feb 6, 2023Updated 3 years ago
- OpenMMLab Detection Toolbox and Benchmark☆32,418Aug 21, 2024Updated last year
- Pytorch implementation for Semantic Segmentation/Scene Parsing on MIT ADE20K dataset☆5,061Jan 15, 2024Updated 2 years ago
- Code for the Lovász-Softmax loss (CVPR 2018)☆1,409Apr 12, 2024Updated last year
- GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond☆1,219Feb 16, 2021Updated 5 years ago
- TorchCV: A PyTorch-Based Framework for Deep Learning in Computer Vision☆2,256Nov 19, 2020Updated 5 years ago
- a pytorch lib with state-of-the-art architectures, pretrained models and real-time updated results☆871Dec 8, 2020Updated 5 years ago
- A faster pytorch implementation of faster r-cnn☆7,865May 20, 2022Updated 3 years ago
- Quickly comparing your image classification models with the state-of-the-art models (such as DenseNet, ResNet, ...)☆373Apr 12, 2019Updated 6 years ago
- Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html☆7,513Dec 17, 2022Updated 3 years ago
- awesome-semantic-segmentation☆10,811May 8, 2021Updated 4 years ago
- Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125☆15,268Jun 25, 2025Updated 8 months ago
- Pytorch implementation of convolutional neural network visualization techniques☆8,200Jan 1, 2025Updated last year
- Object detection, 3D detection, and pose estimation using center point detection:☆7,544Mar 2, 2023Updated 2 years ago
- Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.