pothole-detection / requirements.txt
Bonosa2's picture
Update requirements.txt
4e5d12b
raw
history blame contribute delete
455 Bytes
# Ultralytics requirements
# Usage: pip install -r requirements.txt
# Base ----------------------------------------
hydra-core>=1.2.0
numpy>=1.18.5
opencv-python>=4.1.1
Pillow>=7.1.2
PyYAML>=5.3.1
scipy>=1.4.1
torch>=1.7.0
torchvision>=0.8.1
ultralytics
# Logging -------------------------------------
tensorboard>=2.4.1
ipython # interactive notebook
psutil # system utilization
# HUB -----------------------------------------
GitPython>=3.1.24