Harden YOLO compatibility preflight
This commit is contained in:
@@ -218,6 +218,15 @@ YOLO_ENABLED=true
|
||||
YOLO_MODEL_PATH=/absolute/path/to/local-model.pt
|
||||
```
|
||||
|
||||
Optional local model compatibility smoke:
|
||||
|
||||
```bash
|
||||
python scripts/yolo_preflight.py --model-path /absolute/path/to/local-model.pt --tile-manifest-path /absolute/path/to/manifest.json --check-model-load --json
|
||||
```
|
||||
|
||||
The smoke loads only the supplied local model file, does not run inference and
|
||||
does not download weights.
|
||||
|
||||
Optional tuning:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user