vchiang001 commited on
Commit
23489ab
β€’
1 Parent(s): 78d5dc1

UX suggestions: dlc models in alphabetical order

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,9 +27,9 @@ MD_models_dict = {'md_v5a': "MD_models/md_v5a.0.0.pt", #
27
  # DLC models target dirs
28
  DLC_models_dict = {'full_cat': "DLC_models/DLC_Cat/",
29
  'full_dog': "DLC_models/DLC_Dog/",
30
- 'primate_face': "DLC_models/DLC_FacialLandmarks/",
31
  'full_human': "DLC_models/DLC_human_dancing/",
32
- 'full_macaque': 'DLC_models/DLC_monkey/'}
 
33
 
34
 
35
  # FONTS = {'amiko': "fonts/Amiko-Regular.ttf",
 
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/",}
33
 
34
 
35
  # FONTS = {'amiko': "fonts/Amiko-Regular.ttf",