Correct Tower SSH port documentation
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-07-08 02:34:41 +02:00
parent bad378e507
commit 48ffcd0991
2 changed files with 4 additions and 5 deletions
+4 -4
View File
@@ -5036,13 +5036,13 @@ Assessment:
- Threshold `0.25` is the safest observed operating point for the current candidate. - Threshold `0.25` is the safest observed operating point for the current candidate.
- The next product step should be model-selection and threshold workflow hardening before any operator-facing default activation. - The next product step should be model-selection and threshold workflow hardening before any operator-facing default activation.
Operational issue: Operational note:
- Tower root SSH became unavailable after training. The key `widefrog_unraid_deploy` was offered, but the server returned `Permission denied (publickey)`. - Tower root SSH works with `widefrog_unraid_deploy` on the default SSH port `22`.
- This blocks Codex-driven host-side deploy/sync until the Tower root `authorized_keys` entry is restored. - Gitea SSH works separately on port `222` through the `gitea-widefrog` host alias and `widefrog_gitea` key.
- Do not test Unraid/root deploy access against port `222`; that port belongs to Gitea and correctly rejects `root`.
- Live HTTP API verification on `http://192.168.10.150:1202` remained reachable. - Live HTTP API verification on `http://192.168.10.150:1202` remained reachable.
Open: Open:
- Restore root SSH access on Tower for `widefrog_unraid_deploy`.
- Add an operator-facing model selection/activation flow or documented command that can promote a chosen local model deliberately, with visible SHA256 and threshold guidance. - Add an operator-facing model selection/activation flow or documented command that can promote a chosen local model deliberately, with visible SHA256 and threshold guidance.
- Add more negative/background AOIs and a threshold calibration benchmark before activating this model by default. - Add more negative/background AOIs and a threshold calibration benchmark before activating this model by default.
-1
View File
@@ -416,7 +416,6 @@ This file now starts with the current implementation status. Older preparation/b
- [x] Add operator-only tile-level YOLO dataset export with overlapping windows and deterministic negative tile retention. - [x] Add operator-only tile-level YOLO dataset export with overlapping windows and deterministic negative tile retention.
- [x] Run tile-level training on Tower and accept/reject the resulting local model through the persisted QA/QC matrix. - [x] Run tile-level training on Tower and accept/reject the resulting local model through the persisted QA/QC matrix.
- [x] Train/evaluate a YOLOv8s hard-negative local building-detector candidate on Tower and keep it inactive because hard-negative false positives remain. - [x] Train/evaluate a YOLOv8s hard-negative local building-detector candidate on Tower and keep it inactive because hard-negative false positives remain.
- [ ] Restore Tower root SSH access for the `widefrog_unraid_deploy` key so Codex can deploy/sync again from the repo.
- [ ] Add an operator-facing local model catalog/activation workflow with SHA256, active model status and explicit threshold guidance. - [ ] Add an operator-facing local model catalog/activation workflow with SHA256, active model status and explicit threshold guidance.
- [ ] Add threshold calibration UX so detection runs do not silently rely on an unsafe default confidence. - [ ] Add threshold calibration UX so detection runs do not silently rely on an unsafe default confidence.
- [ ] Add more AOIs after the tile-level baseline so the next local model attempt is not limited to Geel/Mol/Turnhout. - [ ] Add more AOIs after the tile-level baseline so the next local model attempt is not limited to Geel/Mol/Turnhout.