16 skills found
huggingface / Pytorch Image ModelsThe largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more
PaddlePaddle / PaddleClasA treasure chest for visual classification and recognition powered by PaddlePaddle
kekmodel / FixMatch PytorchUnofficial PyTorch implementation of "FixMatch: Simplifying Semi-Supervised Learning with Consistency and Confidence"
ildoonet / Pytorch RandaugmentUnofficial PyTorch Reimplementation of RandAugment.
cavalleria / Cavafaceface recognition training project(pytorch)
automl / TrivialaugmentThis is the official implementation of TrivialAugment and a mini-library for the application of multiple image augmentation strategies including RandAugment and TrivialAugment.
heartInsert / Randaugmentan personal implementation about randaugment
DIAGNijmegen / Pathology He Auto AugmentH&E tailored Randaugment: automatic data augmentation policy selection for H&E-stained histopathology.
jizongFox / Pytorch RandaugmentUnofficial PyTorch Reimplementation of AutoAugment and RandAugment.
rasbt / Comparing Automatic Augmentation BlogComparing four automatic image augmentation techniques in PyTorch: AutoAugment, RandAugment, AugMix, and TrivialAugment
affjljoo3581 / Differentiable RandAugmentOptimize RandAugment with differentiable operations
seungjunlee96 / PointNet2 RandAugmentApplying RandAugment on PointNet++
shjo-april / Tensorflow FixMatch[Re-implementation] FixMatch: Simplifying Semi-Supervised Learning with Consistency and Confidence
tgilewicz / UniformaugmentUnofficial PyTorch Reimplementation of UniformAugment.
wangermeng2021 / FastClassificationFastClassification is a tensorflow toolbox for class classification. It provides a training module with various backbones and training tricks towards state-of-the-art class classification.
Jasonlee1995 / RandAugmentUnofficial Pytorch implementation of the paper 'RandAugment: Practical automated data augmentation with a reduced search space' experiment on CIFAR-10 with WideResNet 28-10