Neslihan commited on
Commit
052cded
β€’
1 Parent(s): af69ba4

Remove 'dog' and 'cat' models

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ MD_models_dict = {'md_v5a': "MD_models/md_v5a.0.0.pt", #
25
  'md_v5b': "MD_models/md_v5b.0.0.pt"}
26
 
27
  # DLC models target dirs
28
- DLC_models_dict = {'full_cat': "DLC_models/DLC_Cat/",
29
- 'full_dog': "DLC_models/DLC_Dog/",
30
  'full_human': "DLC_models/DLC_human_dancing/",
31
  'full_macaque': 'DLC_models/DLC_monkey/',
32
  'primate_face': "DLC_models/DLC_FacialLandmarks/"}
 
25
  'md_v5b': "MD_models/md_v5b.0.0.pt"}
26
 
27
  # DLC models target dirs
28
+ DLC_models_dict = {#'full_cat': "DLC_models/DLC_Cat/",
29
+ #'full_dog': "DLC_models/DLC_Dog/",
30
  'full_human': "DLC_models/DLC_human_dancing/",
31
  'full_macaque': 'DLC_models/DLC_monkey/',
32
  'primate_face': "DLC_models/DLC_FacialLandmarks/"}