Spaces:
Runtime error
Runtime error
Update app.py
Browse filesRemoved full human
app.py
CHANGED
|
@@ -44,8 +44,8 @@ MD_models_dict = {'md_v5a': "MD_models/md_v5a.0.0.pt", #
|
|
| 44 |
|
| 45 |
# DLC models target dirs
|
| 46 |
DLC_models_dict = {'superanimal_topviewmouse_dlcrnet': "DLC_models/sa-tvm",
|
| 47 |
-
'superanimal_quadruped_dlcrnet': "DLC_models/sa-q"
|
| 48 |
-
|
| 49 |
|
| 50 |
|
| 51 |
#####################################################
|
|
|
|
| 44 |
|
| 45 |
# DLC models target dirs
|
| 46 |
DLC_models_dict = {'superanimal_topviewmouse_dlcrnet': "DLC_models/sa-tvm",
|
| 47 |
+
'superanimal_quadruped_dlcrnet': "DLC_models/sa-q"}
|
| 48 |
+
|
| 49 |
|
| 50 |
|
| 51 |
#####################################################
|