wangjin2000
commited on
Commit
•
5412019
1
Parent(s):
314b8a5
Update requirements.txt
Browse files- requirements.txt +4 -26
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
#
|
2 |
-
|
|
|
3 |
|
|
|
4 |
# Base ------------------------------------------------------------------------
|
5 |
gitpython>=3.1.30
|
6 |
matplotlib>=3.3
|
@@ -17,34 +19,10 @@ torch>=1.8.0 # see https://pytorch.org/get-started/locally (recommended)
|
|
17 |
torchvision>=0.9.0
|
18 |
tqdm>=4.64.0
|
19 |
ultralytics>=8.2.34 # https://ultralytics.com
|
20 |
-
# protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
|
21 |
-
|
22 |
-
# Logging ---------------------------------------------------------------------
|
23 |
-
# tensorboard>=2.4.1
|
24 |
-
# clearml>=1.2.0
|
25 |
-
# comet
|
26 |
|
27 |
# Plotting --------------------------------------------------------------------
|
28 |
pandas>=1.1.4
|
29 |
seaborn>=0.11.0
|
30 |
|
31 |
-
# Export ----------------------------------------------------------------------
|
32 |
-
# coremltools>=6.0 # CoreML export
|
33 |
-
# onnx>=1.10.0 # ONNX export
|
34 |
-
# onnx-simplifier>=0.4.1 # ONNX simplifier
|
35 |
-
# nvidia-pyindex # TensorRT export
|
36 |
-
# nvidia-tensorrt # TensorRT export
|
37 |
-
# scikit-learn<=1.1.2 # CoreML quantization
|
38 |
-
# tensorflow>=2.4.0,<=2.13.1 # TF exports (-cpu, -aarch64, -macos)
|
39 |
-
# tensorflowjs>=3.9.0 # TF.js export
|
40 |
-
# openvino-dev>=2023.0 # OpenVINO export
|
41 |
-
|
42 |
# Deploy ----------------------------------------------------------------------
|
43 |
setuptools>=65.5.1 # Snyk vulnerability fix
|
44 |
-
# tritonclient[all]~=2.24.0
|
45 |
-
|
46 |
-
# Extras ----------------------------------------------------------------------
|
47 |
-
# ipython # interactive notebook
|
48 |
-
# mss # screenshots
|
49 |
-
# albumentations>=1.0.3
|
50 |
-
# pycocotools>=2.0.6 # COCO mAP
|
|
|
1 |
+
#read dicom file requirement
|
2 |
+
pydicom
|
3 |
+
polars
|
4 |
|
5 |
+
# YOLOv5 requirements
|
6 |
# Base ------------------------------------------------------------------------
|
7 |
gitpython>=3.1.30
|
8 |
matplotlib>=3.3
|
|
|
19 |
torchvision>=0.9.0
|
20 |
tqdm>=4.64.0
|
21 |
ultralytics>=8.2.34 # https://ultralytics.com
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
# Plotting --------------------------------------------------------------------
|
24 |
pandas>=1.1.4
|
25 |
seaborn>=0.11.0
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
# Deploy ----------------------------------------------------------------------
|
28 |
setuptools>=65.5.1 # Snyk vulnerability fix
|
|
|
|
|
|
|
|
|
|
|
|
|
|