Add files via upload

This commit is contained in:
ASC-Competition
2026-01-12 14:05:26 +08:00
committed by GitHub
parent ea25330ae1
commit 3549dfde29
24 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
res_dir="unitree_z1_dual_arm_stackbox/case1"
dataset="unitree_z1_dual_arm_stackbox"
{
time CUDA_VISIBLE_DEVICES=0 python3 scripts/evaluation/world_model_interaction.py \
--seed 123 \
--ckpt_path ckpts/unifolm_wma_dual.ckpt \
--config configs/inference/world_model_interaction.yaml \
--savedir "${res_dir}/output" \
--bs 1 --height 320 --width 512 \
--unconditional_guidance_scale 1.0 \
--ddim_steps 50 \
--ddim_eta 1.0 \
--prompt_dir "unitree_z1_dual_arm_stackbox/case1/world_model_interaction_prompts" \
--dataset ${dataset} \
--video_length 16 \
--frame_stride 4 \
--n_action_steps 16 \
--exe_steps 16 \
--n_iter 7 \
--timestep_spacing 'uniform_trailing' \
--guidance_rescale 0.7 \
--perframe_ae
} 2>&1 | tee "${res_dir}/output.log"

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

View File

@@ -0,0 +1,2 @@
videoid,contentUrl,duration,data_dir,instruction,dynamic_confidence,dynamic_wording,dynamic_source_category,embodiment,fps
5,x,x,unitree_z1_dual_arm_stackbox,"Pick up the red cup on the table.",x,x,x,Unitree Z1 Robot Dual-Arm,30
1 videoid contentUrl duration data_dir instruction dynamic_confidence dynamic_wording dynamic_source_category embodiment fps
2 5 x x unitree_z1_dual_arm_stackbox Pick up the red cup on the table. x x x Unitree Z1 Robot Dual-Arm 30

View File

@@ -0,0 +1,24 @@
res_dir="unitree_z1_dual_arm_stackbox/case2"
dataset="unitree_z1_dual_arm_stackbox"
{
time CUDA_VISIBLE_DEVICES=0 python3 scripts/evaluation/world_model_interaction.py \
--seed 123 \
--ckpt_path ckpts/unifolm_wma_dual.ckpt \
--config configs/inference/world_model_interaction.yaml \
--savedir "${res_dir}/output" \
--bs 1 --height 320 --width 512 \
--unconditional_guidance_scale 1.0 \
--ddim_steps 50 \
--ddim_eta 1.0 \
--prompt_dir "unitree_z1_dual_arm_stackbox/case2/world_model_interaction_prompts" \
--dataset ${dataset} \
--video_length 16 \
--frame_stride 4 \
--n_action_steps 16 \
--exe_steps 16 \
--n_iter 7 \
--timestep_spacing 'uniform_trailing' \
--guidance_rescale 0.7 \
--perframe_ae
} 2>&1 | tee "${res_dir}/output.log"

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB

View File

@@ -0,0 +1,2 @@
videoid,contentUrl,duration,data_dir,instruction,dynamic_confidence,dynamic_wording,dynamic_source_category,embodiment,fps
15,x,x,unitree_z1_dual_arm_stackbox,"Pick up the red cup on the table.",x,x,x,Unitree Z1 Robot Dual-Arm,30
1 videoid contentUrl duration data_dir instruction dynamic_confidence dynamic_wording dynamic_source_category embodiment fps
2 15 x x unitree_z1_dual_arm_stackbox Pick up the red cup on the table. x x x Unitree Z1 Robot Dual-Arm 30

View File

@@ -0,0 +1,24 @@
res_dir="unitree_z1_dual_arm_stackbox/case3"
dataset="unitree_z1_dual_arm_stackbox"
{
time CUDA_VISIBLE_DEVICES=0 python3 scripts/evaluation/world_model_interaction.py \
--seed 123 \
--ckpt_path ckpts/unifolm_wma_dual.ckpt \
--config configs/inference/world_model_interaction.yaml \
--savedir "${res_dir}/output" \
--bs 1 --height 320 --width 512 \
--unconditional_guidance_scale 1.0 \
--ddim_steps 50 \
--ddim_eta 1.0 \
--prompt_dir "unitree_z1_dual_arm_stackbox/case3/world_model_interaction_prompts" \
--dataset ${dataset} \
--video_length 16 \
--frame_stride 4 \
--n_action_steps 16 \
--exe_steps 16 \
--n_iter 7 \
--timestep_spacing 'uniform_trailing' \
--guidance_rescale 0.7 \
--perframe_ae
} 2>&1 | tee "${res_dir}/output.log"

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 KiB

View File

@@ -0,0 +1,2 @@
videoid,contentUrl,duration,data_dir,instruction,dynamic_confidence,dynamic_wording,dynamic_source_category,embodiment,fps
25,x,x,unitree_z1_dual_arm_stackbox,"Pick up the red cup on the table.",x,x,x,Unitree Z1 Robot Dual-Arm,30
1 videoid contentUrl duration data_dir instruction dynamic_confidence dynamic_wording dynamic_source_category embodiment fps
2 25 x x unitree_z1_dual_arm_stackbox Pick up the red cup on the table. x x x Unitree Z1 Robot Dual-Arm 30

View File

@@ -0,0 +1,24 @@
res_dir="unitree_z1_dual_arm_stackbox/case4"
dataset="unitree_z1_dual_arm_stackbox"
{
time CUDA_VISIBLE_DEVICES=0 python3 scripts/evaluation/world_model_interaction.py \
--seed 123 \
--ckpt_path ckpts/unifolm_wma_dual.ckpt \
--config configs/inference/world_model_interaction.yaml \
--savedir "${res_dir}/output" \
--bs 1 --height 320 --width 512 \
--unconditional_guidance_scale 1.0 \
--ddim_steps 50 \
--ddim_eta 1.0 \
--prompt_dir "unitree_z1_dual_arm_stackbox/case4/world_model_interaction_prompts" \
--dataset ${dataset} \
--video_length 16 \
--frame_stride 4 \
--n_action_steps 16 \
--exe_steps 16 \
--n_iter 7 \
--timestep_spacing 'uniform_trailing' \
--guidance_rescale 0.7 \
--perframe_ae
} 2>&1 | tee "${res_dir}/output.log"

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB

View File

@@ -0,0 +1,2 @@
videoid,contentUrl,duration,data_dir,instruction,dynamic_confidence,dynamic_wording,dynamic_source_category,embodiment,fps
35,x,x,unitree_z1_dual_arm_stackbox,"Pick up the red cup on the table.",x,x,x,Unitree Z1 Robot Dual-Arm,30
1 videoid contentUrl duration data_dir instruction dynamic_confidence dynamic_wording dynamic_source_category embodiment fps
2 35 x x unitree_z1_dual_arm_stackbox Pick up the red cup on the table. x x x Unitree Z1 Robot Dual-Arm 30