cd scripts
sh convert.sh #Modify the path and args.
--config
Description: Path to the configuration JSON file containing settings for the application.
--repo_id
Description: ID for the dataset.
--src_root
Description: Source directory containing raw input data files.
--tgt_path
Description: Target directory path for processed output files.
--task_name
Description: Identifier for the current processing task.
--fps
Description: Frames per second setting for video processing operations.
--robot_type
Description: Identifier for robot hardware platform.
x-humanoid training toolchain
English|简体中文
项目介绍
本项目是 RoboMIND 数据集和天工机器人对于 Lerobot 开源框架适配的训练工具链。使用此项目,用户可以基于 Lerobot 开源框架的算法实现在 RoboMIND 数据集的使用和天工机器人的具身操作,降低开发者开发门槛,扩展 RoboMIND 数据集和天工机器人生态建设。
使用说明
读取 hdf5 格式的数据,根据定义的 keys 解析 observations(images, joints, etc.)。
模型训练
将数据集转换为 LeRobot 的格式后,用户可以使用以下工作流程进行模型训练:
可视化
使用 LeRobot 的本地工具进行数据集的可视化。