CoolFace
Modelpublic

cm93/resnet18-eurosat

sourceHugging Facemitupdated 2y agoView on Hugging Face
1likes88downloads
Model Card

Model Details

This model is based on the ResNet-18 architecture and it has been fine-tuned for satellite image classification tasks on the EuroSAT dataset.

Model type: Convolutional Neural Network (CNN)

Finetuned from model : ResNet18 (pre-trained on ImageNet-1k)

Model Sources

Repository: https://github.com/chathumal93/EuroSat-RGB-Classifiers

Training Details

Training Data

The dataset comprises JPEG composite chips extracted from Sentinel-2 satellite imagery, representing the Red, Green, and Blue bands. It encompasses 27,000 labeled and geo-referenced images across 10 Land Use and Land Cover (LULC) classes

Training Procedure

Preprocessing: Standard image preprocessing including resizing, center cropping, normalization, and data augmentation techniques [RandomHorizontalFlip and RandomVerticalFlip]

Training Hyperparameters

  • —Learning rate: 3e-5
  • —Batch size: 64
  • —Optimizer: AdamW
  • —Scheduler: PolynomialLR
  • —Loss: CrossEntropyLoss
  • —Betas=(0.9, 0.999)
  • —Weight_decay=0.01
  • —Epochs: 20

Evaluation

Results

ModelPhaseAvg LossAccuracy
resnet18-eurosatTrain0.09758697.01%
Validation0.07137597.70%
Test0.06844397.74%
ModelAccuracyPrecisionRecallF1
resnet18-eurosat97.74%0.977470.977410.97740