Sa-m commited on
Commit
cf784d7
·
1 Parent(s): 0afe34f

Create new file

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -0
requirements.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ matplotlib>=3.2.2
2
+ numpy>=1.18.5
3
+ opencv-python>=4.1.1
4
+ Pillow>=7.1.2
5
+ PyYAML>=5.3.1
6
+ requests>=2.23.0
7
+ scipy>=1.4.1
8
+ torch>=1.7.0,!=1.12.0
9
+ torchvision>=0.8.1,!=0.13.0
10
+ tqdm>=4.41.0
11
+ protobuf<4.21.3
12
+
13
+
14
+ tensorboard>=2.4.1
15
+
16
+ pandas>=1.1.4
17
+ seaborn>=0.11.0