Update file with test results (#2)
ci/woodpecker/push/build-arm Pipeline was successful
ci/woodpecker/manual/build-arm Pipeline was successful

* Skip GSD and size filtering without altitude

* Update files

* Skip GSD and size filtering without altitude
This commit is contained in:
Roman Meshko
2026-04-23 21:01:25 +03:00
committed by GitHub
parent 00164d9e54
commit 911da5cb1c
12 changed files with 121 additions and 39 deletions
+10
View File
@@ -30,3 +30,13 @@ step: 14 (Deploy) — DONE (deploy_status_report.md + deploy_scripts.md updated
## Rollback Note
2026-04-10: Rolled back from step 8 (New Task) to step 2 (Test Spec).
Reason: All 9 expected result CSV files in _docs/00_problem/input_data/expected_results/ contain headers only — zero data rows. results_report.md has "?" for detection counts. Phase 1 and Phase 3 BLOCKING gates were not enforced. E2E tests cannot verify detection accuracy without ground truth data.
## Recovery Note
2026-04-23: Expected-result artifacts were populated for the active local fixture set.
- Image CSVs now exist for: `image_small`, `image_large`, `image_different_types`, `image_empty_scene`
- Video CSVs now exist for: `video_test01`, `video_1_faststart`
- `results_report.md` was updated to match the active fixture set and populated image detection counts
- Obsolete fixtures were removed from the active test-data set: `image_dense01`, `image_dense02`, `video_1`
Implication: the original expected-results blocker recorded in the rollback note no longer reflects the current repository state for the active fixture set. Resume Step 2 / Phase 3 validation from the current artifacts rather than assuming CSV ground truth is still missing.