Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMOSS/FRoM-W1
/ functions
Functions
453 in github.com/OpenMOSS/FRoM-W1
⨍
Functions
453
◇
Types & classes
54
Method
on_train_epoch_end
(self)
H-GPT/hGPT/models/base.py:60
Method
on_train_start
( self, trainer: Trainer, pl_module: LightningModule, **kwargs )
H-GPT/hGPT/callback.py:33
Method
on_validation_epoch_end
( self, trainer: Trainer, pl_module: LightningModule, **kwargs )
H-GPT/hGPT/callback.py:43
Method
on_validation_epoch_end
(self)
H-GPT/hGPT/models/base.py:69
Method
parents
(self)
H-GPT/hGPT/data/motionx/common/skeleton.py:74
Function
positional_encoding
(batch_size, dim, pos)
H-GPT/hGPT/models/evaluator.py:161
Method
predict_dataloader
(self)
H-GPT/hGPT/data/base.py:106
Function
process_file_multiprocess
(*inputs)
H-GPT/hGPT/data/motionx/scripts/motion_process.py:470
Method
process_single_item
(item)
H-GPT/hGPT/data/default/dataset_t2m_token.py:195
Method
process_single_item
(name_idx_name)
H-GPT/hGPT/data/default/dataset_t2m_base.py:299
Method
process_success
(result)
H-GPT/hGPT/data/default/dataset_t2m_train.py:432
Function
qeuler_np
(q, order, epsilon=0, use_gpu=False)
H-GPT/hGPT/data/motionx/common/quaternion.py:149
Function
qslerp
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
Function
quaternion_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
Function
quaternion_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
Function
quaternion_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
Function
quaternion_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
Function
random_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
Function
random_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
Function
recover_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
Method
reduce_joint_set
(self, joint)
H-GPT/hGPT/data/motionx/smplx2smpl/smplx2joints.py:537
Function
remove_padding
(tensors, lengths)
H-GPT/hGPT/utils/temos_utils.py:25
Function
render
(execute_python, npy_path, jointtype, cfg_path)
H-GPT/hGPT/utils/demo_utils.py:31
Function
render_batch
( npy_dir, execute_python="./scripts/visualize_motion.sh", mode="sequence" )
H-GPT/hGPT/utils/demo_utils.py:24
Function
rep_to_rep
(oldtype, newtype, rotations)
H-GPT/hGPT/utils/easyconvert.py:4
Function
rot6d
(x_rotations, pose_rep)
H-GPT/hGPT/utils/geometry_conver.py:545
Function
rot6d_batch
(x_rotations, pose_rep)
H-GPT/hGPT/utils/geometry_conver.py:564
Function
rot6d_to_rotmat
(x)
H-GPT/hGPT/utils/geometry_conver.py:525
Function
rot6d_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
Function
rot6d_to_rotvec_batch
(pose)
H-GPT/hGPT/utils/geometry_conver.py:583
Function
rotation_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
Function
rotation_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
Method
setup
(self, stage=None)
H-GPT/hGPT/data/base.py:63
Method
short_cut
(self, querys, keys)
H-GPT/hGPT/models/evaluator.py:433
Function
sqrtm
(input)
H-GPT/hGPT/metrics/utils.py:19
Method
test_dataloader
(self)
H-GPT/hGPT/data/base.py:94
Method
test_dataset
(self)
H-GPT/hGPT/data/base.py:56
Method
test_step
(self, batch, batch_idx)
H-GPT/hGPT/models/base.py:54
Function
to_matrix
(oldtype, rotations)
H-GPT/hGPT/utils/temos_utils.py:82
Function
to_numpy
(tensor)
H-GPT/hGPT/utils/misc.py:4
Function
to_torch
(ndarray)
H-GPT/hGPT/utils/misc.py:12
Method
train_dataloader
(self)
H-GPT/hGPT/data/base.py:71
Method
train_dataset
(self)
H-GPT/hGPT/data/base.py:40
Method
training_step
(self, batch, batch_idx)
H-GPT/hGPT/models/base.py:48
Method
update
( self, feats_ref: Tensor, feats_rst: Tensor, lengths_ref: List[int],
H-GPT/hGPT/metrics/t2m.py:228
Method
update
(self, joints_rst: Tensor, joints_ref: Tensor, lengths: List[int])
H-GPT/hGPT/metrics/m2m.py:56
Method
update
( self, feats_ref: Tensor, pred_texts: List[str], gt_texts: List[str],
H-GPT/hGPT/metrics/m2t.py:313
Method
update
(self, joints_rst: Tensor, joints_ref: Tensor, lengths: List[int])
H-GPT/hGPT/metrics/mr.py:56
Method
update
Update the losses
H-GPT/hGPT/losses/hgpt.py:63
Method
val_dataloader
(self)
H-GPT/hGPT/data/base.py:82
Method
val_dataset
(self)
H-GPT/hGPT/data/base.py:48
Method
validation_step
(self, batch, batch_idx)
H-GPT/hGPT/models/base.py:51
Function
variance
(x, T, dim)
H-GPT/hGPT/metrics/utils.py:12
← previous
401–453 of 453, ranked by callers