Feng Wang
commited on
Commit
·
861781b
1
Parent(s):
6afa00d
fix(requirements.txt): remove useless lib
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -2,11 +2,10 @@ numpy
|
|
2 |
torch
|
3 |
opencv_python
|
4 |
loguru
|
5 |
-
|
6 |
tqdm
|
7 |
torchvision
|
8 |
Pillow
|
9 |
-
skimage
|
10 |
thop
|
11 |
ninja
|
12 |
tabulate
|
|
|
2 |
torch
|
3 |
opencv_python
|
4 |
loguru
|
5 |
+
scikit-image
|
6 |
tqdm
|
7 |
torchvision
|
8 |
Pillow
|
|
|
9 |
thop
|
10 |
ninja
|
11 |
tabulate
|