anasazasaa commited on
Commit
6052d7f
·
verified ·
1 Parent(s): 2675c0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -19,7 +19,8 @@ DESCRIPTION = '# [Age Estimation](https://github.com/yu4u/age-estimation-pytorch
19
  print("Current directory:", os.getcwd())
20
  print("Files in the current directory:", os.listdir('.'))
21
 
22
- ssd_net = cv2.dnn.readNetFromCaffe('deploy.prototxt', 'Res10_300x300_SSD_iter_140000.caffemodel')
 
23
 
24
 
25
  def get_model(model_name='se_resnext50_32x4d',
 
19
  print("Current directory:", os.getcwd())
20
  print("Files in the current directory:", os.listdir('.'))
21
 
22
+ ssd_net = cv2.dnn.readNetFromCaffe('deploy.prototxt', 'res10_300x300_ssd_iter_140000.caffemodel')
23
+
24
 
25
 
26
  def get_model(model_name='se_resnext50_32x4d',