Spaces:
Sleeping
Sleeping
File size: 1,191 Bytes
22a6915 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | # checkpoints
Checkpoint files are not included in the submission archive.
## Required files
Place the following files in this folder:
- `mlp_best.pt`
- `xgboost_face_orientation_best.json`
- `scaler_mlp.joblib`
- `hybrid_focus_config.json`
- `hybrid_combiner.joblib`
- `L2CSNet_gaze360.pkl`
## Optional generated files
- `meta_best.npz`
- `meta_mlp.npz`
They are metadata artifacts and are not required for standard inference.
## Download sources
Use any one source:
- Hugging Face Space files: [checkpoints folder](https://huggingface.co/spaces/FocusGuard/final_v2/tree/main/checkpoints)
- ClearML project: [FocusGuards Large Group Project](https://app.5ccsagap.er.kcl.ac.uk/projects/ce218b2f751641c68042f8fa216f8746/experiments)
- Google Drive fallback: [checkpoint folder](https://drive.google.com/drive/folders/15yYHKgCHg5AFIBb04XnVaeqHRukwBLAd?usp=drive_link)
## Verify files
Run from repo root:
```bash
ls -lh checkpoints
```
You should see all required filenames above.
## L2CS lookup order in runtime
The app checks for L2CS weights in this order:
1. `checkpoints/L2CSNet_gaze360.pkl`
2. `models/L2CS-Net/models/L2CSNet_gaze360.pkl`
3. `models/L2CSNet_gaze360.pkl`
|