Lung_Nodule_Detection_Dicom / requirements.txt
wangjin2000's picture
Update requirements.txt
5412019 verified
raw
history blame contribute delete
729 Bytes
#read dicom file requirement
pydicom
polars
# YOLOv5 requirements
# Base ------------------------------------------------------------------------
gitpython>=3.1.30
matplotlib>=3.3
numpy>=1.23.5
opencv-python>=4.1.1
pillow>=10.3.0
psutil # system resources
PyYAML>=5.3.1
requests>=2.32.0
scipy>=1.4.1
wget
thop>=0.1.1 # FLOPs computation
torch>=1.8.0 # see https://pytorch.org/get-started/locally (recommended)
torchvision>=0.9.0
tqdm>=4.64.0
ultralytics>=8.2.34 # https://ultralytics.com
# Plotting --------------------------------------------------------------------
pandas>=1.1.4
seaborn>=0.11.0
# Deploy ----------------------------------------------------------------------
setuptools>=65.5.1 # Snyk vulnerability fix