MAX-ResNet-50

Image classifier

An image classification model using the ResNet-50 architecture, trained on the ImageNet dataset.

Identify objects in images using a first-generation deep residual network.

GitHub

14 stars
22 watching
18 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list

docker-imagekerasmachine-learningmachine-learning-models

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
ibm/max-inception-resnet-v2 An image classification model using a third-generation deep residual network. 28
ibm/max-image-segmenter An image segmentation system that identifies objects in an image and assigns each pixel to a particular object. 32
ibm/max-scene-classifier An image classification model for recognizing physical places and locations 41
hrnet/hrnet-image-classification This project provides a Python implementation of high-resolution networks for image classification on ImageNet. 968
4uiiurz1/pytorch-res2net Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. 112
chenxi116/pnasnet.tf An implementation of PNASNet-5 architecture in TensorFlow for image classification on ImageNet. 102
bmsookim/wide-resnet.pytorch PyTorch implementation of wide residual networks for image classification tasks on CIFAR-10 and CIFAR-100 datasets 461
felixgwu/img_classification_pk_pytorch A PyTorch project for comparing image classification models and facilitating quick experiment setup 365
ethanhe42/u-net A convolutional neural network architecture for biomedical image segmentation 426
microsoft/cvt An implementation of a new neural network architecture that combines the strengths of convolutional and transformer designs to improve performance on image classification tasks. 555
karandwivedi42/imagenet-multigpu.torchnet A Lua-based implementation of a multi-GPU training framework for image classification using the Alexnet model. 4
ibm/max-sports-video-classifier This project provides a pre-trained video classification model that categorizes sports videos into their respective sports. 23
isht7/pytorch-deeplab-resnet A deep learning model implementation of the DeepLab ResNet architecture for image segmentation tasks. 602
bruinxiong/senet.mxnet An implementation of Squeeze-and-Excitation Networks in MXNet for image classification tasks. 154
fyu/drn An open-source implementation of dilated residual networks for image classification and segmentation tasks. 1,105