CheRy01 commited on
Commit
bb87c12
1 Parent(s): a783876

Update requirements.txt

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