CoolFace
Modelpublic

Mirali33/mars-bench-change-classification-ctx

sourceHugging Faceapache-2.0updated 11mo agoView on Hugging Face
0likes
Model Card

change-classification-ctx

Model Description

InceptionV3 model for change classification using CTX data

Task: Image Classification

Original Checkpoint: ChangeClassificationCTX_InceptionV3.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.