Skip to content

Commit

Permalink
Update agora2coco.py
Browse files Browse the repository at this point in the history
  • Loading branch information
linjing7 committed Jul 14, 2023
1 parent 0c6d74b commit edcdcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/AGORA/agora2coco.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def parse_args():
return args

args = parse_args()
root_path = args.root_path
root_path = args.dataset_path
smplx_layer = smplx.create(args.human_model_path, 'smplx', use_pca=False)

image_id = 0
Expand Down

0 comments on commit edcdcac

Please sign in to comment.