MCPcopy Create free account

hub / github.com/OpenMOSS/FRoM-W1 / functions

Functions453 in github.com/OpenMOSS/FRoM-W1

Methodon_train_epoch_end
(self)
H-GPT/hGPT/models/base.py:60
Methodon_train_start
( self, trainer: Trainer, pl_module: LightningModule, **kwargs )
H-GPT/hGPT/callback.py:33
Methodon_validation_epoch_end
( self, trainer: Trainer, pl_module: LightningModule, **kwargs )
H-GPT/hGPT/callback.py:43
Methodon_validation_epoch_end
(self)
H-GPT/hGPT/models/base.py:69
Methodparents
(self)
H-GPT/hGPT/data/motionx/common/skeleton.py:74
Functionpositional_encoding
(batch_size, dim, pos)
H-GPT/hGPT/models/evaluator.py:161
Methodpredict_dataloader
(self)
H-GPT/hGPT/data/base.py:106
Functionprocess_file_multiprocess
(*inputs)
H-GPT/hGPT/data/motionx/scripts/motion_process.py:470
Methodprocess_single_item
(item)
H-GPT/hGPT/data/default/dataset_t2m_token.py:195
Methodprocess_single_item
(name_idx_name)
H-GPT/hGPT/data/default/dataset_t2m_base.py:299
Methodprocess_success
(result)
H-GPT/hGPT/data/default/dataset_t2m_train.py:432
Functionqeuler_np
(q, order, epsilon=0, use_gpu=False)
H-GPT/hGPT/data/motionx/common/quaternion.py:149
Functionqslerp
q0: starting quaternion q1: ending quaternion t: array of points along the way Returns: Tensor of Slerps: t.shape + q0.shape
H-GPT/hGPT/data/motionx/common/quaternion.py:393
Functionquaternion_apply
Apply the rotation given by a quaternion to a 3D point. Usual torch rules for broadcasting apply. Args: quaternion: Tensor of qu
H-GPT/hGPT/utils/geometry_tools.py:408
Functionquaternion_apply
Apply the rotation given by a quaternion to a 3D point. Usual torch rules for broadcasting apply. Args: quaternion: Tensor of qu
H-GPT/hGPT/utils/rotation_conversions.py:393
Functionquaternion_multiply
Multiply two quaternions representing rotations, returning the quaternion representing their composition, i.e. the versor with nonnegative re
H-GPT/hGPT/utils/geometry_tools.py:375
Functionquaternion_multiply
Multiply two quaternions representing rotations, returning the quaternion representing their composition, i.e. the versor with nonnegative re
H-GPT/hGPT/utils/rotation_conversions.py:360
Functionrandom_rotation
Generate a single random 3x3 rotation matrix. Args: dtype: Type to return device: Device of returned tensor. Default: if Non
H-GPT/hGPT/utils/geometry_tools.py:320
Functionrandom_rotation
Generate a single random 3x3 rotation matrix. Args: dtype: Type to return device: Device of returned tensor. Default: if Non
H-GPT/hGPT/utils/rotation_conversions.py:305
Functionrecover_from_rot
Recover joint positions from the given motion capture data using root rotation information. Args: data (torch.Tensor): Input motion
H-GPT/hGPT/data/motionx/scripts/motion_process.py:376
Methodreduce_joint_set
(self, joint)
H-GPT/hGPT/data/motionx/smplx2smpl/smplx2joints.py:537
Functionremove_padding
(tensors, lengths)
H-GPT/hGPT/utils/temos_utils.py:25
Functionrender
(execute_python, npy_path, jointtype, cfg_path)
H-GPT/hGPT/utils/demo_utils.py:31
Functionrender_batch
( npy_dir, execute_python="./scripts/visualize_motion.sh", mode="sequence" )
H-GPT/hGPT/utils/demo_utils.py:24
Functionrep_to_rep
(oldtype, newtype, rotations)
H-GPT/hGPT/utils/easyconvert.py:4
Functionrot6d
(x_rotations, pose_rep)
H-GPT/hGPT/utils/geometry_conver.py:545
Functionrot6d_batch
(x_rotations, pose_rep)
H-GPT/hGPT/utils/geometry_conver.py:564
Functionrot6d_to_rotmat
(x)
H-GPT/hGPT/utils/geometry_conver.py:525
Functionrot6d_to_rotmat_spin
Convert 6D rotation representation to 3x3 rotation matrix. Based on Zhou et al., "On the Continuity of Rotation Representations in Neural Networks
H-GPT/hGPT/utils/geometry_conver.py:503
Functionrot6d_to_rotvec_batch
(pose)
H-GPT/hGPT/utils/geometry_conver.py:583
Functionrotation_6d_to_matrix
Converts 6D rotation representation by Zhou et al. [1] to rotation matrix using Gram--Schmidt orthogonalisation per Section B of [1]. Arg
H-GPT/hGPT/utils/rotation_conversions.py:511
Functionrotation_matrix_to_angle_axis
This function is borrowed from https://github.com/kornia/kornia Convert 3x4 rotation matrix to Rodrigues vector Args: rotation_
H-GPT/hGPT/utils/geometry_conver.py:214
Methodsetup
(self, stage=None)
H-GPT/hGPT/data/base.py:63
Methodshort_cut
(self, querys, keys)
H-GPT/hGPT/models/evaluator.py:433
Functionsqrtm
(input)
H-GPT/hGPT/metrics/utils.py:19
Methodtest_dataloader
(self)
H-GPT/hGPT/data/base.py:94
Methodtest_dataset
(self)
H-GPT/hGPT/data/base.py:56
Methodtest_step
(self, batch, batch_idx)
H-GPT/hGPT/models/base.py:54
Functionto_matrix
(oldtype, rotations)
H-GPT/hGPT/utils/temos_utils.py:82
Functionto_numpy
(tensor)
H-GPT/hGPT/utils/misc.py:4
Functionto_torch
(ndarray)
H-GPT/hGPT/utils/misc.py:12
Methodtrain_dataloader
(self)
H-GPT/hGPT/data/base.py:71
Methodtrain_dataset
(self)
H-GPT/hGPT/data/base.py:40
Methodtraining_step
(self, batch, batch_idx)
H-GPT/hGPT/models/base.py:48
Methodupdate
( self, feats_ref: Tensor, feats_rst: Tensor, lengths_ref: List[int],
H-GPT/hGPT/metrics/t2m.py:228
Methodupdate
(self, joints_rst: Tensor, joints_ref: Tensor, lengths: List[int])
H-GPT/hGPT/metrics/m2m.py:56
Methodupdate
( self, feats_ref: Tensor, pred_texts: List[str], gt_texts: List[str],
H-GPT/hGPT/metrics/m2t.py:313
Methodupdate
(self, joints_rst: Tensor, joints_ref: Tensor, lengths: List[int])
H-GPT/hGPT/metrics/mr.py:56
Methodupdate
Update the losses
H-GPT/hGPT/losses/hgpt.py:63
Methodval_dataloader
(self)
H-GPT/hGPT/data/base.py:82
Methodval_dataset
(self)
H-GPT/hGPT/data/base.py:48
Methodvalidation_step
(self, batch, batch_idx)
H-GPT/hGPT/models/base.py:51
Functionvariance
(x, T, dim)
H-GPT/hGPT/metrics/utils.py:12
← previous401–453 of 453, ranked by callers