alanchen1115 commited on
Commit
0fb2aae
·
verified ·
1 Parent(s): 7ff544d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -45
requirements.txt CHANGED
@@ -1,45 +1,2 @@
1
- # Ultralytics requirements
2
- # Example: pip install -r requirements.txt
3
-
4
- # Base ----------------------------------------
5
- matplotlib>=3.3.0
6
- numpy>=1.22.2 # pinned by Snyk to avoid a vulnerability
7
- opencv-python==4.3.0.38
8
- pillow>=7.1.2
9
- pyyaml>=5.3.1
10
- requests>=2.23.0
11
- scipy>=1.4.1
12
- torch>=1.8.0
13
- torchvision>=0.9.0
14
- tqdm>=4.64.0
15
- ultralytics
16
- # Logging -------------------------------------
17
- # tensorboard>=2.13.0
18
- # dvclive>=2.12.0
19
- # clearml
20
- # comet
21
-
22
- # Plotting ------------------------------------
23
- pandas>=1.1.4
24
- seaborn>=0.11.0
25
-
26
- # Export --------------------------------------
27
- # coremltools>=7.0.b1 # CoreML export
28
- # onnx>=1.12.0 # ONNX export
29
- # onnxsim>=0.4.1 # ONNX simplifier
30
- # nvidia-pyindex # TensorRT export
31
- # nvidia-tensorrt # TensorRT export
32
- # scikit-learn==0.19.2 # CoreML quantization
33
- # tensorflow>=2.4.1 # TF exports (-cpu, -aarch64, -macos)
34
- # tflite-support
35
- # tensorflowjs>=3.9.0 # TF.js export
36
- # openvino-dev>=2023.0 # OpenVINO export
37
-
38
- # Extras --------------------------------------
39
- psutil # system utilization
40
- py-cpuinfo # display CPU info
41
- # thop>=0.1.1 # FLOPs computation
42
- # ipython # interactive notebook
43
- # albumentations>=1.0.3 # training augmentations
44
- # pycocotools>=2.0.6 # COCO mAP
45
- # roboflow
 
1
+ opencv-python
2
+ ultralytics