PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more
pytorch
resnet
pretrained-models
mixnet
pretrained-weights
imagenet-classifier
distributed-training
dual-path-networks
cnn-classification
mobilenet-v2
mnasnet
mobile-deep-learning
mobilenetv3
efficientnet
augmix
randaugment
efficientnet-training
nfnets
normalization-free-training
vision-transformer-models
-
Updated
Mar 1, 2022 - Python
Hi,
I have image data annotated for object detection as well on classification task. How I can train and build a object detection model and classification model on my own dataset?
A formal guideline would help me to understand the process thanks. Basically, I want to know how we can load our custom data into the Dataloader in supergradient?