Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yysijie committed Jul 5, 2018
1 parent 9b2cc23 commit 2a0ea48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion processor/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ def start(self):
video=self.arg.video,
write_json=output_snippets_dir,
display=0,
render_pose=0)
render_pose=0,
model_pose='COCO')
command_line = openpose + ' '
command_line += ' '.join([f'--{k} {v}' for k, v in openpose_args.items()])
shutil.rmtree(output_snippets_dir, ignore_errors=True)
Expand Down

0 comments on commit 2a0ea48

Please sign in to comment.