Skip to content

Commit

Permalink
[update] update svh default config
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqin committed Aug 28, 2023
1 parent 67f3aaf commit 67a03af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ This command will output the joint trajectory as a pickle file at the `output_pa

The pickle file is a python dictionary with two keys: `meta_data` and `data`. `meta_data`, a dictionary, includes
details about the robot, while `data`, a list, contains the robotic joint positions for each frame. For additional
options, refer to the help information.
options, refer to the help information. Note that the time cost here includes both the hand pose detection from video,
and the hand pose retargeting in single process mode.

```shell
python3 example/detect_from_video.py --help
Expand Down
2 changes: 1 addition & 1 deletion dex_retargeting/configs/teleop/schunk_svh_hand_right.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ retargeting:
target_joint_names: null
target_origin_link_names: [ "right_hand_base_link","right_hand_base_link", "right_hand_base_link", "right_hand_base_link", "right_hand_base_link", ]
target_task_link_names: [ "right_hand_c", "right_hand_t", "right_hand_s", "right_hand_r", "right_hand_q" ]
scaling_factor: 1.1
scaling_factor: 1.2

# Source refers to the retargeting input, which usually corresponds to the human hand
# The joint indices of human hand joint which corresponds to each link in the target_link_names
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ retargeting:
target_joint_names: null
wrist_link_name: "right_hand_base_link"
finger_tip_link_names: [ "right_hand_c", "right_hand_t", "right_hand_s", "right_hand_r", "right_hand_q" ]
scaling_factor: 1.1
scaling_factor: 1.2

# Source refers to the retargeting input, which usually corresponds to the human hand
# The joint indices of human hand joint which corresponds to each link in the target_link_names
Expand Down

0 comments on commit 67a03af

Please sign in to comment.