You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[tracking-fsm-baseline](tracking-fsm-baseline/)| YOLO11s detector + IoU-based FSM tracker. Requires temporal persistence (5 consecutive frames) before raising an alarm. Rule-based, no ML training. |[FLAME (Gragnaniello et al., 2024)](https://doi.org/10.1007/s00521-024-10963-z)|
10
10
|[mtb-change-detection](mtb-change-detection/)| YOLO detection + pixel-wise frame differencing (MTB) to reject static false positives. Detections must show real pixel-level change to be confirmed. |[SlowFastMTB (Choi et al., 2022)](https://doi.org/10.1093/jcde/qwac027)|
11
11
|[pyro-detector-baseline](pyro-detector-baseline/)| Production pyro-engine predictor (`pyro-predictor`) wrapped as a `TemporalModel` baseline. YOLO ONNX detection + per-camera sliding-window temporal smoothing. | -- |
12
-
|[temporal-model-leaderboard](temporal-model-leaderboard/)| Standardized evaluation and ranking of `TemporalModel` implementations on the [pyro-dataset](https://github.com/pyronear/pyro-dataset) sequential test set. | -- |
0 commit comments