15 lines
283 B
Plaintext
15 lines
283 B
Plaintext
# YOLO目标检测训练和推理依赖包
|
|
ultralytics>=8.0.0
|
|
opencv-python>=4.8.0
|
|
supervision>=0.18.0
|
|
numpy>=1.24.0
|
|
tqdm>=4.65.0
|
|
Pillow>=10.0.0
|
|
|
|
# 可选依赖(用于更好的性能)
|
|
torch>=2.0.0
|
|
torchvision>=0.15.0
|
|
|
|
# 开发工具(可选)
|
|
matplotlib>=3.7.0
|
|
seaborn>=0.12.0 |