ZunYin commited on
Commit
cab0a28
·
verified ·
1 Parent(s): 7f0b8e1

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +49 -0
requirements.txt ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ultralytics
2
+ huggingface_hub
3
+ # Ultralytics requirements
4
+ # Usage: pip install -r requirements.txt
5
+
6
+ # Base ----------------------------------------
7
+ hydra-core>=1.2.0
8
+ matplotlib>=3.2.2
9
+ numpy>=1.18.5
10
+ opencv-python>=4.1.1
11
+ Pillow>=7.1.2
12
+ PyYAML>=5.3.1
13
+ requests>=2.23.0
14
+ scipy>=1.4.1
15
+ torch>=1.7.0
16
+ torchvision>=0.8.1
17
+ tqdm>=4.64.0
18
+ ultralytics
19
+
20
+ # Logging -------------------------------------
21
+ tensorboard>=2.4.1
22
+ # clearml
23
+ # comet
24
+
25
+ # Plotting ------------------------------------
26
+ pandas>=1.1.4
27
+ seaborn>=0.11.0
28
+
29
+ # Export --------------------------------------
30
+ # coremltools>=6.0 # CoreML export
31
+ # onnx>=1.12.0 # ONNX export
32
+ # onnx-simplifier>=0.4.1 # ONNX simplifier
33
+ # nvidia-pyindex # TensorRT export
34
+ # nvidia-tensorrt # TensorRT export
35
+ # scikit-learn==0.19.2 # CoreML quantization
36
+ # tensorflow>=2.4.1 # TF exports (-cpu, -aarch64, -macos)
37
+ # tensorflowjs>=3.9.0 # TF.js export
38
+ # openvino-dev # OpenVINO export
39
+
40
+ # Extras --------------------------------------
41
+ ipython # interactive notebook
42
+ psutil # system utilization
43
+ thop>=0.1.1 # FLOPs computation
44
+ # albumentations>=1.0.3
45
+ # pycocotools>=2.0.6 # COCO mAP
46
+ # roboflow
47
+
48
+ # HUB -----------------------------------------
49
+ GitPython>=3.1.24