加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
requirements.txt 603 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Usage: pip install -r requirements.txt
ultralytics
# Base ----------------------------------------
matplotlib>=3.2.2
numpy>=1.21.6
opencv-python>=4.6.0
Pillow>=7.1.2
PyYAML>=5.3.1
requests>=2.23.0
scipy>=1.4.1
torch==1.13.1
torchvision==0.14.1
tqdm>=4.64.0
# Plotting ------------------------------------
pandas>=1.1.4
seaborn>=0.11.0
# Export --------------------------------------
onnx>=1.12.0 # ONNX export
onnxruntime
# modify the openvino-dev version to the latest one
openvino-dev
# Extras --------------------------------------
psutil # system utilization
thop>=0.1.1 # FLOPs computation
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化