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

Add packages installation.

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import os
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
 
8
 
9
  from glob import glob
 
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