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:
9
requirements.txt
Normal file
9
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user