vchiang001 commited on
Commit
efd82c6
·
1 Parent(s): 6f4b064

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,14 +41,14 @@ DLCFOLDERS = {'full_cat': "dlcmodel/DLC_Cat/",
41
  'full_cheetah': "dlcmodel/DLC_Cheetah/",
42
  'full_human': "dlcmodel/DLC_human_dancing/",
43
  'full_macaque': "dlcmodel/models/DLC_monkey/",
44
- 'quadruped': "dlcmodel/models/DLC_ma_superquadruped_resnet_50_iteration-0_shuffle-1/"}
45
 
46
  DLCMODELS = {'full_cat': "dlcmodel/DLC_Cat_resnet_50_iteration-0_shuffle-0",
47
  'full_dog': "dlcmodel/DLC_Dog_resnet_50_iteration-0_shuffle-0",
48
  'full_cheetah': "dlcmodel/DLC_Cheetah_resnet_152_iteration-27_shuffle-1",
49
  'full_human': "dlcmodel/DLC_human_dancing_resnet_101_iteration-0_shuffle-1",
50
  'full_macaque': "dlcmodel/models/DLC_monkey_resnet_50_iteration-0_shuffle-1",
51
- 'quadruped': "dlcmodel/models/DLC_ma_superquadruped_resnet_50_iteration-0_shuffle-1"}
52
 
53
  Megadet_Models = {'md_v5a': "megadet_model/md_v5a.0.0.pt",
54
  'md_v5b': "megadet_model/md_v5b.0.0.pt"}
 
41
  'full_cheetah': "dlcmodel/DLC_Cheetah/",
42
  'full_human': "dlcmodel/DLC_human_dancing/",
43
  'full_macaque': "dlcmodel/models/DLC_monkey/",
44
+ 'quadruped': "dlcmodel/DLC_ma_superquadruped_resnet_50_iteration-0_shuffle-1/"}
45
 
46
  DLCMODELS = {'full_cat': "dlcmodel/DLC_Cat_resnet_50_iteration-0_shuffle-0",
47
  'full_dog': "dlcmodel/DLC_Dog_resnet_50_iteration-0_shuffle-0",
48
  'full_cheetah': "dlcmodel/DLC_Cheetah_resnet_152_iteration-27_shuffle-1",
49
  'full_human': "dlcmodel/DLC_human_dancing_resnet_101_iteration-0_shuffle-1",
50
  'full_macaque': "dlcmodel/models/DLC_monkey_resnet_50_iteration-0_shuffle-1",
51
+ 'quadruped': "dlcmodel/DLC_ma_superquadruped_resnet_50_iteration-0_shuffle-1"}
52
 
53
  Megadet_Models = {'md_v5a': "megadet_model/md_v5a.0.0.pt",
54
  'md_v5b': "megadet_model/md_v5b.0.0.pt"}