HRNet-Image-Classification
Image classifier
This project provides a Python implementation of high-resolution networks for image classification on ImageNet.
Train the HRNet model on ImageNet
968 stars
25 watching
215 forks
Language: Python
last commit: almost 3 years ago
Linked from 1 awesome list
high-resolution-nethrnetsimage-classificationimagenet
Related projects:
Repository | Description | Stars |
---|---|---|
ibm/max-inception-resnet-v2 | An image classification model using a third-generation deep residual network. | 28 |
ibm/max-resnet-50 | An image classification model using the ResNet-50 architecture, trained on the ImageNet dataset. | 14 |
felixgwu/img_classification_pk_pytorch | A PyTorch project for comparing image classification models and facilitating quick experiment setup | 365 |
lucasjinreal/pytorch_image_classifier | An image classification system built using PyTorch, capable of fine-tuning on various models and datasets. | 113 |
chenxi116/pnasnet.tf | An implementation of PNASNet-5 architecture in TensorFlow for image classification on ImageNet. | 102 |
yeephycho/nasnet-tensorflow | A toolkit for training and deploying a state-of-the-art image classification architecture on TensorFlow | 136 |
karandwivedi42/imagenet-multigpu.torchnet | A Lua-based implementation of a multi-GPU training framework for image classification using the Alexnet model. | 4 |
bruinxiong/senet.mxnet | An implementation of Squeeze-and-Excitation Networks in MXNet for image classification tasks. | 154 |
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 |
ethanhe42/u-net | A convolutional neural network architecture for biomedical image segmentation | 426 |
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 |
4uiiurz1/pytorch-res2net | Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |
fyu/drn | An open-source implementation of dilated residual networks for image classification and segmentation tasks. | 1,105 |
neuralix/google_evolution | A Python implementation of an exotic image classifier architecture inspired by Google's evolution of image classifiers | 53 |