jameslahm commited on
Commit
f4ea8b0
·
verified ·
1 Parent(s): 90455f2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -108
requirements.txt CHANGED
@@ -1,114 +1,9 @@
1
- git+https://github.com/THU-MIG/yoloe.git#subdirectory=CLIP
2
- git+https://github.com/THU-MIG/yoloe.git#subdirectory=ml-mobileclip
3
- git+https://github.com/THU-MIG/yoloe.git#subdirectory=lvis-api
4
  git+https://github.com/THU-MIG/yoloe.git
5
- addict==2.4.0
6
- albucore==0.0.20
7
- albumentations==1.3.1
8
- aliyun-python-sdk-core==2.16.0
9
- aliyun-python-sdk-kms==2.16.5
10
- annotated-types==0.7.0
11
- certifi==2024.8.30
12
- cffi==1.17.1
13
- charset-normalizer==3.4.0
14
- click==8.1.7
15
- colorama==0.4.6
16
- contourpy==1.3.1
17
- crcmod==1.7
18
- cryptography==44.0.0
19
- cycler==0.12.1
20
- Cython==3.0.11
21
- defusedxml==0.7.1
22
- eval_type_backport==0.2.0
23
- filelock==3.14.0
24
- fonttools==4.55.2
25
- fsspec==2024.10.0
26
- ftfy==6.3.1
27
  gradio==4.42.0
28
  gradio_client==1.3.0
29
  gradio_image_prompter==0.1.0
30
  huggingface-hub==0.26.3
31
- idna==3.10
32
- imageio==2.36.1
33
- Jinja2==3.1.4
34
- jmespath==0.10.0
35
- joblib==1.4.2
36
- kiwisolver==1.4.7
37
- lazy_loader==0.4
38
- Markdown==3.7
39
- markdown-it-py==3.0.0
40
- MarkupSafe==2.1.5
41
- matplotlib==3.9.3
42
- mdurl==0.1.2
43
- model-index==0.1.11
44
- mpmath==1.3.0
45
- networkx==3.4.2
46
- numpy==1.25.2
47
- nvidia-cublas-cu12==12.1.3.1
48
- nvidia-cuda-cupti-cu12==12.1.105
49
- nvidia-cuda-nvrtc-cu12==12.1.105
50
- nvidia-cuda-runtime-cu12==12.1.105
51
- nvidia-cudnn-cu12==8.9.2.26
52
- nvidia-cufft-cu12==11.0.2.54
53
- nvidia-curand-cu12==10.3.2.106
54
- nvidia-cusolver-cu12==11.4.5.107
55
- nvidia-cusparse-cu12==12.1.0.106
56
- nvidia-nccl-cu12==2.18.1
57
- nvidia-nvjitlink-cu12==12.4.127
58
- nvidia-nvtx-cu12==12.1.105
59
- opencv-python==4.10.0.84
60
- opencv-python-headless==4.10.0.84
61
- opendatalab==0.0.10
62
- ordered-set==4.1.0
63
- oss2==2.17.0
64
- packaging==24.2
65
- pandas==2.2.3
66
- pillow==10.4.0
67
- platformdirs==4.3.6
68
- prettytable==3.12.0
69
- psutil==6.1.0
70
- py-cpuinfo==9.0.0
71
- pycocotools==2.0.8
72
- pycparser==2.22
73
- pycryptodome==3.21.0
74
- pydantic==2.10.3
75
- pydantic_core==2.27.1
76
- Pygments==2.18.0
77
- pyparsing==3.2.0
78
- python-dateutil==2.9.0.post0
79
- pytz==2023.4
80
- PyYAML==6.0.2
81
- qudida==0.0.4
82
- regex==2024.11.6
83
- requests==2.32.3
84
- rich==13.4.2
85
- safetensors==0.4.5
86
- scikit-image==0.24.0
87
- scikit-learn==1.5.2
88
- scipy==1.14.1
89
- seaborn==0.13.2
90
- shapely==2.0.6
91
- simsimd==6.2.1
92
- six==1.17.0
93
- stringzilla==3.11.0
94
- supervision==0.19.0
95
- sympy==1.13.1
96
- tabulate==0.9.0
97
- termcolor==2.5.0
98
- terminaltables==3.1.10
99
- threadpoolctl==3.5.0
100
- tifffile==2024.9.20
101
- tokenizers==0.21.0
102
- tomli==2.2.1
103
- torch==2.1.2
104
- torchvision==0.16.2
105
- tqdm==4.65.2
106
- transformers==4.47.1
107
- triton==2.1.0
108
- typing_extensions==4.12.2
109
- tzdata==2024.2
110
- ultralytics-thop==2.0.12
111
- urllib3==2.3.0
112
- wcwidth==0.2.13
113
- yapf==0.43.0
114
  fastapi==0.112.2
 
1
+ git+https://github.com/THU-MIG/yoloe.git#subdirectory=third_party/CLIP
2
+ git+https://github.com/THU-MIG/yoloe.git#subdirectory=third_party/ml-mobileclip
3
+ git+https://github.com/THU-MIG/yoloe.git#subdirectory=third_party/lvis-api
4
  git+https://github.com/THU-MIG/yoloe.git
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  gradio==4.42.0
6
  gradio_client==1.3.0
7
  gradio_image_prompter==0.1.0
8
  huggingface-hub==0.26.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  fastapi==0.112.2