18 lines
350 B
Plaintext
18 lines
350 B
Plaintext
# Core dependencies for video processing
|
|
opencv-python>=4.5.0,<5.0.0
|
|
numpy>=1.21.0,<2.0.0
|
|
imutils>=0.5.4
|
|
|
|
# Video I/O
|
|
imageio>=2.9.0
|
|
imageio-ffmpeg>=0.4.0
|
|
|
|
# Visualization
|
|
matplotlib>=3.3.0
|
|
|
|
# Configuration
|
|
pyyaml>=6.0
|
|
|
|
# Optional: Machine Learning (for classification features)
|
|
# Uncomment if you need TensorFlow support:
|
|
# tensorflow>=2.10.0,<3.0.0 |