| # Training artifacts β CueDetat pool/pocket detector | |
| How `MASTER_POOL_MODEL.tflite` (the deployed detector) was produced. | |
| - `cuedetat_pocket_detector_kaggle.py` / `.ipynb` β Kaggle re-train of the YOLOv8n | |
| pocket/pool detector. Inputs: Kaggle datasets `hereliesaz/cue-detat` and | |
| `diveshcrazy/pool-table-balls-classification`. | |
| - `args.yaml` β Ultralytics training configuration. | |
| - `best.pt` β trained PyTorch checkpoint (resumable / re-exportable). | |
| - `best.onnx` β ONNX export. | |
| - `best_float16.tflite` β FP16 TFLite export (the form shipped, concatenated into the master file). | |
| License: AGPL-3.0 (Ultralytics-derived). | |