Upload requirements.txt
Browse files- insightface/requirements.txt +34 -0
insightface/requirements.txt
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
timm
|
2 |
+
transformers
|
3 |
+
fairscale
|
4 |
+
pycocoevalcap
|
5 |
+
opencv-python
|
6 |
+
qrcode[pil]
|
7 |
+
pytorch_lightning
|
8 |
+
kornia
|
9 |
+
pydantic
|
10 |
+
segment_anything
|
11 |
+
omegaconf
|
12 |
+
boto3>=1.34.101
|
13 |
+
|
14 |
+
clip-interrogator
|
15 |
+
simpleeval
|
16 |
+
|
17 |
+
facexlib
|
18 |
+
insightface
|
19 |
+
onnxruntime
|
20 |
+
onnxruntime-gpu; sys_platform != 'darwin' and platform_machine == 'x86_64'
|
21 |
+
ftfy
|
22 |
+
timm
|
23 |
+
|
24 |
+
torch
|
25 |
+
torchvision
|
26 |
+
opencv-python-headless>=4.7.0.72
|
27 |
+
scikit-learn
|
28 |
+
scikit-image
|
29 |
+
insightface
|
30 |
+
ultralytics
|
31 |
+
onnxruntime-gpu==1.18.0
|
32 |
+
onnxruntime==1.18.0
|
33 |
+
imageio_ffmpeg
|
34 |
+
pykalman
|