Update requirements.txt
Browse files- requirements.txt +8 -23
requirements.txt
CHANGED
|
@@ -1,23 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
scikit-image>=0.17.2
|
| 10 |
-
torch>=1.7.0
|
| 11 |
-
torchvision>=0.8.1
|
| 12 |
-
waitress>=1.4.4
|
| 13 |
-
tqdm>=4.51.0
|
| 14 |
-
requests>=2.24.0
|
| 15 |
-
scipy>=1.5.4
|
| 16 |
-
pymatting>=1.1.1
|
| 17 |
-
filetype>=1.0.7
|
| 18 |
-
hsh>=1.1.0
|
| 19 |
-
more_itertools>=8.7.0
|
| 20 |
-
moviepy>=1.0.3
|
| 21 |
-
Pillow>=8.1.1
|
| 22 |
-
ffmpeg-python
|
| 23 |
-
backgroundremover
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
torchvision
|
| 3 |
+
opencv-python
|
| 4 |
+
timm
|
| 5 |
+
tqdm
|
| 6 |
+
kornia
|
| 7 |
+
gdown
|
| 8 |
+
transparent-background
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|