File size: 729 Bytes
5412019 e68321e 5412019 e68321e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
#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 |