SahilCarterr commited on
Commit
c28fa04
·
verified ·
1 Parent(s): ff0daf0

Update requirements.txt

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