Test scripts and utilities for evaluating vision-language models on jersey number detection using llama.cpp server.
10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
# 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
|