Add files via upload

This commit is contained in:
ASC-Competition
2026-01-12 14:07:13 +08:00
committed by GitHub
parent bfa393b287
commit fbe2a47a8f
24 changed files with 104 additions and 0 deletions

View 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"

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 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_stackbox,"Pick up the red cup on the table.",x,x,x,Unitree Z1 Robot Arm,30
1 videoid contentUrl duration data_dir instruction dynamic_confidence dynamic_wording dynamic_source_category embodiment fps
2 25 x x unitree_z1_stackbox Pick up the red cup on the table. x x x Unitree Z1 Robot Arm 30