Add files via upload
This commit is contained in:
24
unitree_z1_stackbox/case1/run_world_model_interaction.sh
Normal file
24
unitree_z1_stackbox/case1/run_world_model_interaction.sh
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
res_dir="unitree_z1_stackbox/case1"
|
||||||
|
dataset="unitree_z1_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_stackbox/case1/world_model_interaction_prompts" \
|
||||||
|
--dataset ${dataset} \
|
||||||
|
--video_length 16 \
|
||||||
|
--frame_stride 4 \
|
||||||
|
--n_action_steps 16 \
|
||||||
|
--exe_steps 16 \
|
||||||
|
--n_iter 12 \
|
||||||
|
--timestep_spacing 'uniform_trailing' \
|
||||||
|
--guidance_rescale 0.7 \
|
||||||
|
--perframe_ae
|
||||||
|
} 2>&1 | tee "${res_dir}/output.log"
|
||||||
BIN
unitree_z1_stackbox/case1/unitree_z1_stackbox_case1.mp4
Normal file
BIN
unitree_z1_stackbox/case1/unitree_z1_stackbox_case1.mp4
Normal file
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 153 KiB |
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
|||||||
|
videoid,contentUrl,duration,data_dir,instruction,dynamic_confidence,dynamic_wording,dynamic_source_category,embodiment,fps
|
||||||
|
5,x,x,unitree_z1_stackbox,"Pick up the red cup on the table.",x,x,x,Unitree Z1 Robot Arm,30
|
||||||
|
24
unitree_z1_stackbox/case2/run_world_model_interaction.sh
Normal file
24
unitree_z1_stackbox/case2/run_world_model_interaction.sh
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
res_dir="unitree_z1_stackbox/case2"
|
||||||
|
dataset="unitree_z1_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_stackbox/case2/world_model_interaction_prompts" \
|
||||||
|
--dataset ${dataset} \
|
||||||
|
--video_length 16 \
|
||||||
|
--frame_stride 4 \
|
||||||
|
--n_action_steps 16 \
|
||||||
|
--exe_steps 16 \
|
||||||
|
--n_iter 12 \
|
||||||
|
--timestep_spacing 'uniform_trailing' \
|
||||||
|
--guidance_rescale 0.7 \
|
||||||
|
--perframe_ae
|
||||||
|
} 2>&1 | tee "${res_dir}/output.log"
|
||||||
BIN
unitree_z1_stackbox/case2/unitree_z1_stackbox_case2.mp4
Normal file
BIN
unitree_z1_stackbox/case2/unitree_z1_stackbox_case2.mp4
Normal file
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 164 KiB |
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
|||||||
|
videoid,contentUrl,duration,data_dir,instruction,dynamic_confidence,dynamic_wording,dynamic_source_category,embodiment,fps
|
||||||
|
15,x,x,unitree_z1_stackbox,"Pick up the red cup on the table.",x,x,x,Unitree Z1 Robot Arm,30
|
||||||
|
24
unitree_z1_stackbox/case3/run_world_model_interaction.sh
Normal file
24
unitree_z1_stackbox/case3/run_world_model_interaction.sh
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
res_dir="unitree_z1_stackbox/case3"
|
||||||
|
dataset="unitree_z1_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_stackbox/case3/world_model_interaction_prompts" \
|
||||||
|
--dataset ${dataset} \
|
||||||
|
--video_length 16 \
|
||||||
|
--frame_stride 4 \
|
||||||
|
--n_action_steps 16 \
|
||||||
|
--exe_steps 16 \
|
||||||
|
--n_iter 12 \
|
||||||
|
--timestep_spacing 'uniform_trailing' \
|
||||||
|
--guidance_rescale 0.7 \
|
||||||
|
--perframe_ae
|
||||||
|
} 2>&1 | tee "${res_dir}/output.log"
|
||||||
BIN
unitree_z1_stackbox/case3/unitree_z1_stackbox_case3.mp4
Normal file
BIN
unitree_z1_stackbox/case3/unitree_z1_stackbox_case3.mp4
Normal file
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 146 KiB |
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
|||||||
|
videoid,contentUrl,duration,data_dir,instruction,dynamic_confidence,dynamic_wording,dynamic_source_category,embodiment,fps
|
||||||
|
25,x,x,unitree_z1_stackbox,"Pick up the red cup on the table.",x,x,x,Unitree Z1 Robot Arm,30
|
||||||
|
24
unitree_z1_stackbox/case4/run_world_model_interaction.sh
Normal file
24
unitree_z1_stackbox/case4/run_world_model_interaction.sh
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
res_dir="unitree_z1_stackbox/case4"
|
||||||
|
dataset="unitree_z1_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_stackbox/case4/world_model_interaction_prompts" \
|
||||||
|
--dataset ${dataset} \
|
||||||
|
--video_length 16 \
|
||||||
|
--frame_stride 4 \
|
||||||
|
--n_action_steps 16 \
|
||||||
|
--exe_steps 16 \
|
||||||
|
--n_iter 12 \
|
||||||
|
--timestep_spacing 'uniform_trailing' \
|
||||||
|
--guidance_rescale 0.7 \
|
||||||
|
--perframe_ae
|
||||||
|
} 2>&1 | tee "${res_dir}/output.log"
|
||||||
BIN
unitree_z1_stackbox/case4/unitree_z1_stackbox_case4.mp4
Normal file
BIN
unitree_z1_stackbox/case4/unitree_z1_stackbox_case4.mp4
Normal file
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 154 KiB |
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
|||||||
|
videoid,contentUrl,duration,data_dir,instruction,dynamic_confidence,dynamic_wording,dynamic_source_category,embodiment,fps
|
||||||
|
35,x,x,unitree_z1_stackbox,"Pick up the red cup on the table.",x,x,x,Unitree Z1 Robot Arm,30
|
||||||
|
Reference in New Issue
Block a user