Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepMotionEditing/deep-motion-editing
/ types & classes
Types & classes
61 in github.com/DeepMotionEditing/deep-motion-editing
⨍
Functions
617
◇
Types & classes
61
↓ 22 callers
Class
Quaternions
Quaternions is a wrapper around a numpy ndarray that allows it to act as if it were an narray of a quaternion data type. Therefo
utils/Quaternions_old.py:3
↓ 18 callers
Class
Quaternions
Quaternions is a wrapper around a numpy ndarray that allows it to act as if it were an narray of a quater data type. Therefore a
utils/Quaternions.py:3
↓ 14 callers
Class
Pivots
Pivots is an ndarray of angular rotations This wrapper provides some functions for working with pivots. These are particularl
utils/Pivots.py:5
↓ 13 callers
Class
BVH_file
retargeting/datasets/bvh_parser.py:58
↓ 10 callers
Class
Animation
Animation is a numpy-like wrapper for animation data Animation data consists of several arrays consisting of F frames and J join
utils/Animation.py:9
↓ 8 callers
Class
Skel
utils/load_skeleton.py:11
↓ 6 callers
Class
SkeletonConv
retargeting/models/skeleton.py:8
↓ 4 callers
Class
ActiFirstResBlock
style_transfer/blocks.py:180
↓ 3 callers
Class
SkeletonPool
retargeting/models/skeleton.py:154
↓ 3 callers
Class
Trainer
style_transfer/trainer.py:60
↓ 2 callers
Class
AnimationData
Canonical Representation: Skeleton [T, Jo * 4 + 4 global params + 4 foot_contact]
utils/animation_data.py:229
↓ 2 callers
Class
BVH_writer
retargeting/datasets/bvh_writer.py:58
↓ 2 callers
Class
EncoderStyle
style_transfer/networks.py:63
↓ 2 callers
Class
JacobianInverseKinematics
Jacobian Based Full Body IK Solver This is a full body IK solver which uses the dampened least squares inverse jacobian method.
utils/InverseKinematics.py:110
↓ 2 callers
Class
MotionData
Clip long dataset into fixed length window for batched training each data is a 2d tensor with shape (Joint_num*3) * Time
retargeting/datasets/motion_dataset.py:11
↓ 2 callers
Class
SkeletonLinear
retargeting/models/skeleton.py:106
↓ 2 callers
Class
SkeletonUnpool
retargeting/models/skeleton.py:221
↓ 1 callers
Class
AE
retargeting/models/enc_and_dec.py:126
↓ 1 callers
Class
AdaptiveInstanceNorm1d
style_transfer/blocks.py:23
↓ 1 callers
Class
BVH_file
blender_rendering/load_bvh.py:14
↓ 1 callers
Class
BottleNeckResBlock
style_transfer/blocks.py:210
↓ 1 callers
Class
Config
style_transfer/config.py:11
↓ 1 callers
Class
Criterion_EE
retargeting/models/utils.py:38
↓ 1 callers
Class
Decoder
style_transfer/networks.py:91
↓ 1 callers
Class
Decoder
retargeting/models/enc_and_dec.py:70
↓ 1 callers
Class
Discriminator
retargeting/models/vanilla_gan.py:9
↓ 1 callers
Class
Encoder
retargeting/models/enc_and_dec.py:6
↓ 1 callers
Class
EncoderContent
style_transfer/networks.py:33
↓ 1 callers
Class
Eval_Criterion
retargeting/models/utils.py:76
↓ 1 callers
Class
ForwardKinematics
style_transfer/kinematics.py:15
↓ 1 callers
Class
ForwardKinematics
retargeting/models/Kinematics.py:7
↓ 1 callers
Class
GAN_loss
retargeting/models/utils.py:10
↓ 1 callers
Class
ImagePool
This class implements an image buffer that stores previously generated images. This buffer enables us to update discriminators using a history of
retargeting/models/utils.py:89
↓ 1 callers
Class
IntegratedModel
retargeting/models/integrated.py:11
↓ 1 callers
Class
InverseKinematics
retargeting/models/Kinematics.py:154
↓ 1 callers
Class
JointGen
style_transfer/networks.py:150
↓ 1 callers
Class
LossRecorder
retargeting/loss_record.py:34
↓ 1 callers
Class
MLP
style_transfer/networks.py:131
↓ 1 callers
Class
MixedData
data_gruop_num * 2 * samples
retargeting/datasets/combined_motion.py:35
↓ 1 callers
Class
MixedData0
Mixed data for many skeletons but one topologies
retargeting/datasets/combined_motion.py:12
↓ 1 callers
Class
Model
style_transfer/model.py:8
↓ 1 callers
Class
Motion4Anim
style_transfer/probe/anim_view.py:156
↓ 1 callers
Class
MotionNorm
style_transfer/data_loader.py:83
↓ 1 callers
Class
NormData
style_transfer/data_loader.py:30
↓ 1 callers
Class
Options
blender_rendering/options.py:4
↓ 1 callers
Class
PatchDis
style_transfer/networks.py:197
↓ 1 callers
Class
ResBlock
style_transfer/blocks.py:142
↓ 1 callers
Class
SingleLoss
retargeting/loss_record.py:6
↓ 1 callers
Class
StaticEncoder
retargeting/models/enc_and_dec.py:139
↓ 1 callers
Class
TestData
retargeting/datasets/combined_motion.py:124
↓ 1 callers
Class
Upsample
style_transfer/blocks.py:12
Class
AnimationData2D
utils/animation_2d_data.py:14
Class
BaseModel
This class is an abstract base class (ABC) for models. To create a subclass, you need to implement the following five functions: -- <__ini
retargeting/models/base_model.py:7
Class
BasicInverseKinematics
Basic Inverse Kinematics Solver This is an extremely simple full body IK solver. It works given the following conditions:
utils/InverseKinematics.py:9
Class
BasicJacobianIK
Same interface as BasicInverseKinematics but uses the Jacobian IK Solver Instead
utils/InverseKinematics.py:327
Class
Criterion_EE_2
retargeting/models/utils.py:57
Class
GAN_model
retargeting/models/architecture.py:11
Class
Generator
retargeting/models/vanilla_gan.py:72
Class
ICP
utils/InverseKinematics.py:342
Class
Options
options/options.py:6
Class
ShallowResBlock
style_transfer/blocks.py:163