Skip to content

Commit

Permalink
Update run_deca.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mks0601 authored Dec 15, 2024
1 parent be36175 commit 9033595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fitting/tools/code_to_copy/run_deca.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def parse_args():
root_path = args.root_path

# run DECA
assert osp.isfile('./data/deca_model.tar'), 'please download deca_model.tar with fetch_data.sh'
output_save_path = './flame_parmas_out'
os.system('rm -rf ' + output_save_path)
os.makedirs(output_save_path, exist_ok=True)
Expand Down

0 comments on commit 9033595

Please sign in to comment.