Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylark0924 committed Nov 15, 2023
1 parent 38f63c8 commit 607c8c5
Show file tree
Hide file tree
Showing 10 changed files with 1,092 additions and 980 deletions.
Binary file added examples/data/hotu/024_amp_2.npy
Binary file not shown.
Binary file added examples/data/hotu/024_amp_3.npy
Binary file not shown.
Binary file added examples/data/hotu/024_tpose.npy
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def inference(custom_args):

parser = argparse.ArgumentParser()
parser.add_argument("--config_name", type=str, default="HumanoidSpoonPanSimple")
parser.add_argument("--motion_file", type=str, default="../hotu/024_amp.npy")
parser.add_argument("--motion_file", type=str, default="../hotu/024_amp_3.npy")
custom_args = parser.parse_args()

inference(custom_args)
Loading

0 comments on commit 607c8c5

Please sign in to comment.