csmithxc commited on
Commit
09a8af6
1 Parent(s): b4e642e

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +25 -0
requirements.txt ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ openmim
2
+ mmcv-lite>=2.0.0rc4,<2.1.0
3
+ mmdet>=3.0.0
4
+ mmengine>=0.7.1
5
+ mmyolo
6
+ gradio
7
+ transformers
8
+ addict
9
+ yapf
10
+ numpy
11
+ opencv-python
12
+ supervision==0.18.0
13
+ ftfy
14
+ regex
15
+ pot
16
+ sentencepiece
17
+ tokenizers
18
+ onnx
19
+ onnxruntime
20
+ onnxruntime-gpu
21
+ onnx-simplifier
22
+
23
+ --extra-index-url https://download.pytorch.org/whl/cu118
24
+ torch==2.0.1
25
+ torchvision==0.15.2