MCPcopy Create free account

hub / github.com/InternRobotics/UniHSI / functions

Functions660 in github.com/InternRobotics/UniHSI

Functionplot_skeleton_state
Visualize a skeleton state :param skeleton_state: :param task_name: :type skeleton_state: SkeletonState :type task_name: string,
unihsi/poselib/poselib/visualization/common.py:36
Functionplot_skeleton_states
Visualize a sequence of skeleton state. The dimension of the skeleton state must be 1 :param skeleton_state: :param task_name: :type
unihsi/poselib/poselib/visualization/common.py:51
Methodpost_physics_step
(self)
unihsi/env/tasks/humanoid.py:459
Methodpost_physics_step
(self)
unihsi/env/tasks/humanoid_amp.py:86
Methodpre_physics_step
(self, actions)
unihsi/env/tasks/unihsi_partnet_train.py:599
Methodpre_physics_step
(self, actions)
unihsi/env/tasks/humanoid.py:446
Methodpre_physics_step
(self, actions)
unihsi/env/tasks/humanoid_amp_task.py:56
Methodpre_physics_step
(self, actions)
unihsi/env/tasks/unihsi_scannet_test.py:517
Methodpre_physics_step
(self, actions)
unihsi/env/tasks/unihsi_partnet.py:598
Methodpre_physics_step
(self, actions)
unihsi/env/tasks/unihsi_partnet_test.py:631
Methodpre_physics_step
(self, actions)
unihsi/env/tasks/unihsi_scannet.py:479
Functionpress
(event)
unihsi/poselib/poselib/visualization/common.py:120
Functionquat_from_xyz
Construct 3D rotation from the imaginary component
unihsi/poselib/poselib/core/rotation3d.py:126
Functionquat_norm_check
verify that a quaternion has norm 1
unihsi/poselib/poselib/core/rotation3d.py:106
Functionquat_real
real component of the quaternion
unihsi/poselib/poselib/core/rotation3d.py:90
Functionquat_to_tan_norm
(q)
unihsi/utils/torch_utils.py:75
Functionquat_yaw_rotation
Yaw rotation (rotation along z-axis)
unihsi/poselib/poselib/core/rotation3d.py:268
Methodraw_data
(self)
unihsi/poselib/poselib/visualization/simple_plotter_tasks.py:66
Methodraw_data
(self)
unihsi/poselib/poselib/visualization/simple_plotter_tasks.py:146
Functionregister
(name)
unihsi/poselib/poselib/core/backend/abstract.py:44
Methodrender
(self, sync_frame_time=False)
unihsi/env/tasks/humanoid_amp_task.py:61
Methodreset
(self, env_ids=None)
unihsi/env/tasks/humanoid.py:153
Methodreset
(self, env_ids=None)
unihsi/env/tasks/vec_task_wrappers.py:52
Methodreset
(self)
unihsi/env/tasks/vec_task.py:40
Methodreset
(self)
unihsi/env/tasks/vec_task.py:83
Methodreset
(self)
unihsi/env/tasks/vec_task.py:110
Methodreset
(self)
unihsi/env/tasks/vec_task.py:133
Methodrestore
(self, fn)
unihsi/learning/amp_players.py:44
Methodretarget_to_by_tpose
Retarget the skeleton state to a target skeleton tree. This is a naive retarget implementation with rough approximations. See the me
unihsi/poselib/poselib/skeleton/skeleton3d.py:978
Methodretarget_to_by_tpose
Same as the one in :class:`SkeletonState`. This method discards all velocity information before retargeting and re-estimate the velo
unihsi/poselib/poselib/skeleton/skeleton3d.py:1373
Methodroot_translation
root translation :rtype: Tensor
unihsi/poselib/poselib/skeleton/skeleton3d.py:419
Methodroot_translation_xy
root translation on xy
unihsi/poselib/poselib/skeleton/skeleton3d.py:542
Functionrot_matrix_from_quaternion
Construct rotation matrix from quaternion
unihsi/poselib/poselib/core/rotation3d.py:399
Functionrot_matrix_integrity_check
Verify that a rotation matrix has a determinant of one and is orthogonal
unihsi/poselib/poselib/core/rotation3d.py:384
Methodrotation
(self)
unihsi/poselib/poselib/skeleton/skeleton3d.py:369
Methodset_char_color
(self, col, env_ids)
unihsi/env/tasks/humanoid.py:159
Functionset_file_handler
(path=None, prefix='', time_str='')
unihsi/utils/logger.py:74
Methodset_full_state_weights
(self, weights)
unihsi/learning/common_agent.py:188
Methodset_stats_weights
(self, weights)
unihsi/learning/amp_agent.py:82
Functionsetup_gym_viewer
(config)
unihsi/utils/gym_util.py:36
Methodskeleton_tree
skeleton tree :rtype: SkeletonTree
unihsi/poselib/poselib/skeleton/skeleton3d.py:411
Functionslerp
(q0, q1, t)
unihsi/utils/torch_utils.py:122
Methodstep
(self, action)
unihsi/run.py:131
Methodstep
(self, actions)
unihsi/env/tasks/vec_task.py:73
Methodstep
(self, actions)
unihsi/env/tasks/vec_task.py:101
Methodstep
(self, actions)
unihsi/env/tasks/vec_task.py:126
Methodstep
(self, actions)
unihsi/env/tasks/base_task.py:126
Methodtask_name
(self)
unihsi/poselib/poselib/visualization/core.py:45
Methodtask_primitives
(self)
unihsi/poselib/poselib/visualization/core.py:82
Methodtask_type
(self)
unihsi/poselib/poselib/visualization/core.py:49
Methodtime_delta
time between two adjacent frames
unihsi/poselib/poselib/skeleton/skeleton3d.py:1066
Methodto_dict
(self)
unihsi/poselib/poselib/skeleton/skeleton3d.py:641
Methodto_dict
(self)
unihsi/poselib/poselib/skeleton/skeleton3d.py:1178
Methodto_file
Write the object to a file (either .npy or .json) :param path: path of the file :type path: string
unihsi/poselib/poselib/core/backend/abstract.py:191
Methodtrain_epoch
(self)
unihsi/learning/amp_agent.py:212
Functiontransform_identity_like
identity transformation with the same shape
unihsi/poselib/poselib/core/rotation3d.py:339
Methodupdate
(self, frame_index)
unihsi/poselib/poselib/visualization/skeleton_plotter_tasks.py:212
Methodupdate_mu_sigma
(self, mu, sigma)
unihsi/learning/amp_datasets.py:38
Functionwarn_task_name
()
unihsi/utils/config.py:48
Methodzero_pose
Construct a zero-pose skeleton state from the skeleton tree by assuming that all the local rotation is 0 and root translation is also
unihsi/poselib/poselib/skeleton/skeleton3d.py:675
← previous601–660 of 660, ranked by callers