ranggaaldosas commited on
Commit
2806b2b
1 Parent(s): 6e1f526

Create requirements.txt

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