---
title: README
emoji: 👀
colorFrom: gray
colorTo: gray
sdk: static
pinned: false
---
Want to contribute?
- 🥙 For naming models, spaces, datasets, and metrics, employ [kebab-case](https://en.wiktionary.org/wiki/kebab_case). Use lowercase letters, except for acronyms, which may be capitalized.
- 🔒 Please mind about making the models, spaces and datasets public or private. Metrics can (and have to) be public.
- 🤐 Do not expose passwords or tokens, use [secrets](https://huggingface.co/docs/hub/spaces-overview#managing-secrets).
Looking for metrics?
- https://huggingface.co/spaces/SEA-AI/det-metrics
- Object detection metrics based on [`pycocotools`](https://github.com/cocodataset/cocoapi) and [torchmetrics' Mean Avergae Precision](https://lightning.ai/docs/torchmetrics/stable/detection/mean_average_precision.html).
- https://huggingface.co/spaces/SEA-AI/box-metrics
- Bounding box statistics, including IOU, BEP (bottom edge proximity), and others.
- https://huggingface.co/spaces/SEA-AI/horizon-metrics
- Comparing horizons in an image w.r.t their midpoint and slope errors
- https://huggingface.co/spaces/SEA-AI/mot-metrics
- Multi-object-tracking metrics using [`py-motmetrics`](https://github.com/cheind/py-motmetrics)
- https://huggingface.co/spaces/SEA-AI/panoptic-quality
- Evaluating panoptic models