shaokaiye commited on
Commit
c9ada4f
Β·
verified Β·
1 Parent(s): 98211f7

Update app.py

Browse files

Removed full human

Files changed (1) hide show
  1. app.py +2 -2
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
- 'full_human': "DLC_models/DLC_human_dancing/"}
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
  #####################################################