Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ MD_models_dict = {'md_v5a': "MD_models/md_v5a.0.0.pt", #
|
|
37 |
|
38 |
# DLC models target dirs
|
39 |
DLC_models_dict = {'superanimal_topviewmouse': "DLC_models/sa-tvm",
|
40 |
-
'
|
41 |
'full_human': "DLC_models/DLC_human_dancing/"}
|
42 |
|
43 |
|
|
|
37 |
|
38 |
# DLC models target dirs
|
39 |
DLC_models_dict = {'superanimal_topviewmouse': "DLC_models/sa-tvm",
|
40 |
+
'superanimal_quadruped': "DLC_models/sa-q",
|
41 |
'full_human': "DLC_models/DLC_human_dancing/"}
|
42 |
|
43 |
|