Mirali33/Mars-Bench
2
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
- Select a tab for the task you're interested in (Classification, Segmentation, or Object Detection)
- Use the filter boxes to select:
- Which datasets to display
- Which metrics to show
- Which model types/organizations to include
- The leaderboard table updates automatically based on your selections
Local Development
# Install dependencies
pip install -r requirements.txt
# Run the app
python app.pyCustomization
To add your own data, modify the data dictionaries in app.py:
CLASSIFICATION_DATASEGMENTATION_DATADETECTION_DATA
Each entry should have:
model: Model nameorganization: Organization/creatordataset: Dataset namemetric: Metric namevalue: Numeric value
License
MIT
