Model Card for Model ID
This repository contains one of our 3 ResNet50 models (3-channel greyscale) trained on ImageNet:
- Standard 3-channel input model (RGB): Traditional ResNet50 for RGB images
- Standard 3-channel input model (Greyscale): Traditional ResNet50 for trained with greyscale images
- Modified 1-channel input model: Adapted ResNet50 for grayscale images
Model Details
Model Description
All models are ResNet50 architectures trained on the ImageNet-1K dataset, which contains 1.2 million images across 1,000 classes.
- Model Type: ResNet50
- Task: Image Classification
- Training Data: ImageNet
- Framework: PyTorch
Model Sources