Oliver Hahn
commited on
Commit
·
95f208d
1
Parent(s):
80165f3
add demo
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
torch==1.11.0
|
2 |
torchvision==0.12.0
|
|
|
3 |
gradio
|
4 |
cityscapesScripts
|
5 |
git+https://github.com/lucasb-eyer/pydensecrf.git
|
|
|
1 |
torch==1.11.0
|
2 |
torchvision==0.12.0
|
3 |
+
numpy
|
4 |
gradio
|
5 |
cityscapesScripts
|
6 |
git+https://github.com/lucasb-eyer/pydensecrf.git
|