Initial commit: Jersey detection test suite

Test scripts and utilities for evaluating vision-language models
on jersey number detection using llama.cpp server.
This commit is contained in:
2026-01-20 13:37:01 -07:00
commit 8706edcd13
14 changed files with 3080 additions and 0 deletions

9
requirements.txt Normal file
View File

@ -0,0 +1,9 @@
# Jersey Detection Test Dependencies
# Install with: pip install -r requirements.txt
# HTTP client for llama.cpp server communication
requests>=2.28.0
# Image processing
opencv-python>=4.8.0
numpy>=1.24.0