Upload requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python==3.7.16
|
2 |
+
torch==1.9.0+cu111
|
3 |
+
torchvision==0.10.0+cu111
|
4 |
+
cudatoolkit==10.2.89
|
5 |
+
cuda==12.1.1
|
6 |
+
timm==0.4.12
|
7 |
+
opencv-python==4.4.0.46
|
8 |
+
termcolor==1.1.0
|
9 |
+
yacs==0.1.8
|
10 |
+
pyyaml==6.0
|
11 |
+
scipy==1.7.3
|