Mars-Bench: Models
					Collection
				
Complete collection of Mars-Bench models for Mars surface analysis tasks including classification, detection, and segmentation.
					• 
				20 items
				• 
				Updated
					
				
Swin Transformer model for atmospheric dust classification using RDR data
Task: Image Classification
Original Checkpoint: AtmosphericDustClassificationRDR_SwinTransformer.ckpt
This model is part of the Mars-Bench benchmark, a comprehensive suite of models for Mars surface analysis tasks.
# Load the model checkpoint
import torch
model = torch.load('model.ckpt')
If you use this model, please cite the Mars-Bench paper:
@article{marsbench2024,
  title={Mars-Bench: A Benchmark for Mars Surface Analysis},
  author={Your Citation Here},
  year={2024}
}
This model is released under the Apache 2.0 license.