YOLOv5-RiceDisease / requirements.txt
HilmiZr's picture
updated: req.txt 3
5d108a3
# YOLOv5 requirements
# Usage: pip install -r requirements.txt
glob2==0.7
textwrap3==0.9.2
# Base ----------------------------------------
matplotlib>=3.8.0
numpy>=1.26.0
opencv-python-headless
Pillow>=10.0.1
PyYAML>=6.0.1
requests>=2.31.0
scipy>=1.11.3 # Google Colab version
torch>=2.0.1
torchvision>=0.15.2
tqdm>=4.66.1
protobuf<4.21.5 # https://github.com/ultralytics/yolov5/issues/8012
# Plotting ------------------------------------
pandas>=2.1.1
seaborn>=0.13.0
# Extras --------------------------------------
ipython # interactive notebook
psutil # system utilization
thop # FLOPs computation
streamlit
wget