CoolFace
Apppublic

Mirali33/Mars-Bench

sourceHugging Faceupdated 4mo agoView on Hugging Face
2likes
App README

Mars-Bench ๐Ÿš€

A comprehensive benchmark and leaderboard for comparing state-of-the-art computer vision models on Mars-specific datasets across different tasks: Classification, Segmentation, and Object Detection.

Features

  • โ€”Three Task Categories: Classification, Segmentation, and Object Detection
  • โ€”Interactive Filters:
  • โ€”Dataset selection with checkboxes
  • โ€”Metrics selection with checkboxes
  • โ€”Model type/organization filtering
  • โ€”Real-time Updates: Table updates dynamically based on selected filters
  • โ€”Clean UI: Modern design inspired by leading HuggingFace leaderboards

How to Use

  1. 1.Select a tab for the task you're interested in (Classification, Segmentation, or Object Detection)
  2. 2.Use the filter boxes to select:
  3. 3.Which datasets to display
  4. 4.Which metrics to show
  5. 5.Which model types/organizations to include
  6. 6.The leaderboard table updates automatically based on your selections

Local Development

bash
# Install dependencies
pip install -r requirements.txt

# Run the app
python app.py

Customization

To add your own data, modify the data dictionaries in app.py:

  • โ€”CLASSIFICATION_DATA
  • โ€”SEGMENTATION_DATA
  • โ€”DETECTION_DATA

Each entry should have:

  • โ€”model: Model name
  • โ€”organization: Organization/creator
  • โ€”dataset: Dataset name
  • โ€”metric: Metric name
  • โ€”value: Numeric value

License

MIT