Skip to content

Commit 1d498b0

Browse files
authored
Remove temporal-model-leaderboard entry from README
Removed the temporal-model-leaderboard entry from the README.
1 parent da1ee07 commit 1d498b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

experiments/temporal-models/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Experiments exploring temporal/video-based approaches to reduce false positives
99
| [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) |
1010
| [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) |
1111
| [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. | -- |
1312

1413
## 🏆 Leaderboard
1514

0 commit comments

Comments
 (0)