Skip to content

Commit

Permalink
fix webdemo
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorboy committed Aug 24, 2018
1 parent 452edd5 commit a059294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demo/web_demo.py
Expand Up @@ -22,7 +22,7 @@
rtpose_preprocess,
ssd_preprocess, vgg_preprocess)
from network import im_transform
from evaluation.coco_eval import get_multiplier, get_outputs
from evaluate.coco_eval import get_multiplier, get_outputs
#parser = argparse.ArgumentParser()
#parser.add_argument('--t7_file', required=True)
#parser.add_argument('--pth_file', required=True)
Expand Down
1 change: 1 addition & 0 deletions train_VGG19.py
Expand Up @@ -72,6 +72,7 @@

params_transform['np'] = 56
params_transform['sigma'] = 7.0
params_transform['limb_width'] = 1.

def build_names():
names = []
Expand Down

0 comments on commit a059294

Please sign in to comment.