Flavio de Oliveira commited on
Commit
121a55d
1 Parent(s): fbcca63

Change requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -48
requirements.txt CHANGED
@@ -1,50 +1,7 @@
1
- # Ultralytics requirements
2
- # Usage: pip install -r requirements.txt
3
-
4
- # Base ----------------------------------------
5
- hydra-core>=1.2.0
6
- matplotlib>=3.2.2
7
- numpy>=1.18.5
8
- opencv-python>=4.1.1
9
- Pillow>=7.1.2
10
- PyYAML>=5.3.1
11
- requests>=2.23.0
12
- scipy>=1.4.1
13
- torch>=1.7.0
14
- torchvision>=0.8.1
15
- tqdm>=4.64.0
16
- ultralytics
17
- gradio_client==0.2.7
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
- #
46
  supervision==0.13.0
47
  opencv-python==4.8.0.76
48
-
49
- # HUB -----------------------------------------
50
- GitPython>=3.1.24
 
1
+ torch==2.0.1
2
+ torchvision==0.15.2
3
+ gradio==3.41.0
4
+ gradio-client==0.5.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  supervision==0.13.0
6
  opencv-python==4.8.0.76
7
+ ultralytics==8.0.162