developmentseed / slickformer

Segmenting oil slicks with a panoptic segmentation transformer architecture
4 stars 1 forks source link

torchmetrics for panoptic and instance segmentation #13

Open rbavery opened 1 year ago

rbavery commented 1 year ago

there's a lot of recent activity to keep tabs on with torchmetrics

https://github.com/Lightning-AI/metrics/blob/master/src/torchmetrics/detection/panoptic_quality.py - panoptic metric

solution for incorrect mean AP when there are no GT classes but there are predictions (fairly common): https://github.com/Lightning-AI/metrics/pull/1330

improving mAP runtime: https://github.com/Lightning-AI/metrics/pull/1389

it'll probably take some time for these PRs to come together but at least activity is recent. before these are in a release, we probably should use or build on 1330 for correct mAP