ZhengPeng7 commited on
Commit
3c3660b
·
1 Parent(s): a40e805

Add weights.

Browse files
Files changed (2) hide show
  1. app.py +0 -8
  2. requirements.txt +4 -0
app.py CHANGED
@@ -1,12 +1,4 @@
1
  import os
2
-
3
-
4
- os.system('pip3 install torch==1.13.1')
5
- os.system('pip3 install torchvision==0.14.1')
6
- os.system('pip3 install opencv-python')
7
- os.system('pip3 install fvcore')
8
-
9
-
10
  from glob import glob
11
  import cv2
12
  import numpy as np
 
1
  import os
 
 
 
 
 
 
 
 
2
  from glob import glob
3
  import cv2
4
  import numpy as np
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ torch==1.13.1
2
+ torchvision==0.14.1
3
+ opencv-python
4
+ fvcore