Spaces:
Configuration error
Configuration error
lol
Browse files- packages.txt +1 -0
- requirements.txt +8 -0
packages.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
python3-opencv
|
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
fastai==1.0.60
|
4 |
+
LMDB
|
5 |
+
Pillow
|
6 |
+
opencv-python
|
7 |
+
tensorboardX
|
8 |
+
editdistance
|