Surface YOLO preflight in Detection Lab
This commit is contained in:
@@ -301,6 +301,12 @@ python scripts/yolo_preflight.py --model-path /absolute/path/to/local-model.pt -
|
||||
|
||||
The preflight checks configuration, dependency availability, local model file existence, tile manifest validity, tile count and referenced tile paths. JSON output also includes runtime diagnostics for the model directory, `YOLO_CONFIG_DIR`, installed `torch`/`ultralytics` versions and CUDA availability when dependency checks pass. It does not load a YOLO model, run inference or download weights.
|
||||
|
||||
The same read-only status is available through the API and Detection Lab UI:
|
||||
|
||||
```bash
|
||||
curl http://localhost:1202/api/v1/detection/yolo/preflight
|
||||
```
|
||||
|
||||
### Run backend
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user