File size: 832 Bytes
70af15e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
license: apache-2.0
tags:
- mars
- mars-bench
- planetary-science
- computer-vision
- image-classification
---

# frost-classification

## Model Description

Swin Transformer model for frost classification on Mars

**Task:** Image Classification

**Original Checkpoint:** `FrostClassification_SwinTransformer.ckpt`

## Mars-Bench

This model is part of the Mars-Bench benchmark, a comprehensive suite of models for Mars surface analysis tasks.

## Usage

```python
# Load the model checkpoint
import torch

model = torch.load('model.ckpt')
```

## Citation

If you use this model, please cite the Mars-Bench paper:

```bibtex
@article{marsbench2024,
  title={Mars-Bench: A Benchmark for Mars Surface Analysis},
  author={Your Citation Here},
  year={2024}
}
```

## License

This model is released under the Apache 2.0 license.