Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
einops
|
2 |
+
torch==1.11.0
|
3 |
+
torchvision==0.12.0
|
4 |
+
natsort
|
5 |
+
numpy
|
6 |
+
opencv-python-headless
|
7 |
+
yacs
|
8 |
+
scikit-image
|
9 |
+
scipy
|
10 |
+
tb-nightly
|