lerobot_record_dataset_hf.sh
Humanoid/fmc3-robotics-main/projects/lerobot/demo_scripts/lerobot_record_dataset_hf.sh
#huggingface-cli login --token ${HUGGINGFACE_TOKEN} --add-to-git-credential
lerobot-record \
--robot.type=so101_follower \
--robot.port=/dev/ttyACM1 \
--robot.id=follower_arm \
--robot.cameras="{front: {type: intelrealsense, serial_number_or_name: 420222071192, fps: 30, width: 640, height: 480, color_mode: RGB, use_depth: true}}" \
--teleop.type=so101_leader \
--teleop.port=/dev/ttyACM0 \
--teleop.id=leader_arm \
--display_data=true \
--dataset.push_to_hub=True \
--dataset.root=./hugging_face \
--dataset.repo_id=${HF_USER}/pick_place_with_rgbd \
--dataset.episode_time_s=15 \
--dataset.reset_time_s=5 \
--dataset.num_episodes=200 \
--dataset.single_task="pick box from A and place to B"
Bài viết liên quan
run.py
run.py — python source code from the Humanoid learning materials (Humanoid/May_12/RoboOS/deploy/run.py).
Đọc bài viết →utils.py
utils.py — python source code from the Humanoid learning materials (Humanoid/May_12/RoboOS/deploy/utils.py).
Đọc bài viết →agent.py
agent.py — python source code from the Humanoid learning materials (Humanoid/May_12/RoboOS/master/agents/agent.py).
Đọc bài viết →planner.py
planner.py — python source code from the Humanoid learning materials (Humanoid/May_12/RoboOS/master/agents/planner.py).
Đọc bài viết →prompts.py
prompts.py — python source code from the Humanoid learning materials (Humanoid/May_12/RoboOS/master/agents/prompts.py).
Đọc bài viết →run.py
run.py — python source code from the Humanoid learning materials (Humanoid/May_12/RoboOS/master/run.py).
Đọc bài viết →