Spaces:
Runtime error
Runtime error
changed requirements
Browse files- requirements.txt +0 -3
- sub_requirements.txt +19 -0
requirements.txt
CHANGED
@@ -9,11 +9,8 @@ mypy_extensions==0.4.1
|
|
9 |
lvis==0.5.3
|
10 |
numpy>=1.17
|
11 |
opencv-python==4.1.2.30
|
12 |
-
scikit-learn==0.21.3
|
13 |
sentencepiece>=0.1.90
|
14 |
torch==1.7.0
|
15 |
torchvision==0.8
|
16 |
tqdm>=4.50.0
|
17 |
wordsegment==1.3.1
|
18 |
-
git+git://github.com/facebookresearch/fvcore.git#egg=fvcore
|
19 |
-
git+git://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI
|
|
|
9 |
lvis==0.5.3
|
10 |
numpy>=1.17
|
11 |
opencv-python==4.1.2.30
|
|
|
12 |
sentencepiece>=0.1.90
|
13 |
torch==1.7.0
|
14 |
torchvision==0.8
|
15 |
tqdm>=4.50.0
|
16 |
wordsegment==1.3.1
|
|
|
|
sub_requirements.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
albumentations>=0.5.0
|
2 |
+
Cython>=0.25
|
3 |
+
ftfy==5.8
|
4 |
+
future==0.18.0
|
5 |
+
huggingface-hub==0.1.2
|
6 |
+
lmdb==0.97
|
7 |
+
loguru==0.3.2
|
8 |
+
mypy_extensions==0.4.1
|
9 |
+
lvis==0.5.3
|
10 |
+
numpy>=1.17
|
11 |
+
opencv-python==4.1.2.30
|
12 |
+
scikit-learn==0.21.3
|
13 |
+
sentencepiece>=0.1.90
|
14 |
+
torch==1.7.0
|
15 |
+
torchvision==0.8
|
16 |
+
tqdm>=4.50.0
|
17 |
+
wordsegment==1.3.1
|
18 |
+
git+git://github.com/facebookresearch/fvcore.git#egg=fvcore
|
19 |
+
git+git://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI
|