Skip to content

Commit

Permalink
updating aria model training cdoe
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhengyiLuo committed Aug 1, 2024
1 parent 0b415de commit c12adc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion download_data.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
mkdir sample_data
mkdir -p output output/HumanoidIm/ output/HumanoidIm/simxr_aria
mkdir -p output output/HumanoidIm/ output/HumanoidIm/simxr_aria output/HumanoidIm/phc_z_fut_aria_1
gdown https://drive.google.com/uc?id=1bLp4SNIZROMB7Sxgt0Mh4-4BLOPGV9_U -O sample_data/ # filtered shapes from AMASS
gdown https://drive.google.com/uc?id=1arpCsue3Knqttj75Nt9Mwo32TKC4TYDx -O sample_data/ # all shapes from AMASS
gdown https://drive.google.com/uc?id=1fFauJE0W0nJfihUvjViq9OzmFfHo_rq0 -O sample_data/ # sample standing neutral data.
gdown https://drive.google.com/uc?id=1uzFkT2s_zVdnAohPWHOLFcyRDq372Fmc -O sample_data/ # amass_occlusion_v3
gdown https://drive.google.com/uc?id=1oQEDHzwZ3s20WbHyWfOyjcU2ho81ewHA -O sample_data/ # aria sample data
gdown https://drive.google.com/uc?id=107i5YyM_2a2MkPTfJ04z-PGpREa02fVM -O output/HumanoidIm/simxr_aria/Humanoid.pth # aria model
gdown https://drive.google.com/uc?id=189xUxpKQXLok93-hgNjhPvtgI6r5wkkg -O output/HumanoidIm/phc_z_fut_aria_1/Humanoid_00017000.pth # aria model

https://drive.google.com/file/d/189xUxpKQXLok93-hgNjhPvtgI6r5wkkg/view?usp=sharing

2 changes: 1 addition & 1 deletion phc/data/cfg/env/env_simxr_aria.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ distill_model_config:
z_type: "sphere"
root_height_obs: True

models: ['output/dgx/phc_z_fut_aria_1/Humanoid_00017000.pth']
models: ['output/HumanoidIm/phc_z_fut_aria_1/Humanoid_00017000.pth']

masterfoot: False
freeze_toe: false
Expand Down

0 comments on commit c12adc7

Please sign in to comment.