Update app.py
Browse files
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', '
|
|
|
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',
|