MCPcopy Create free account

hub / github.com/DeepMotionEditing/deep-motion-editing / types & classes

Types & classes61 in github.com/DeepMotionEditing/deep-motion-editing

↓ 22 callersClassQuaternions
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 callersClassQuaternions
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 callersClassPivots
Pivots is an ndarray of angular rotations This wrapper provides some functions for working with pivots. These are particularl
utils/Pivots.py:5
↓ 13 callersClassBVH_file
retargeting/datasets/bvh_parser.py:58
↓ 10 callersClassAnimation
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 callersClassSkel
utils/load_skeleton.py:11
↓ 6 callersClassSkeletonConv
retargeting/models/skeleton.py:8
↓ 4 callersClassActiFirstResBlock
style_transfer/blocks.py:180
↓ 3 callersClassSkeletonPool
retargeting/models/skeleton.py:154
↓ 3 callersClassTrainer
style_transfer/trainer.py:60
↓ 2 callersClassAnimationData
Canonical Representation: Skeleton [T, Jo * 4 + 4 global params + 4 foot_contact]
utils/animation_data.py:229
↓ 2 callersClassBVH_writer
retargeting/datasets/bvh_writer.py:58
↓ 2 callersClassEncoderStyle
style_transfer/networks.py:63
↓ 2 callersClassJacobianInverseKinematics
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 callersClassMotionData
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 callersClassSkeletonLinear
retargeting/models/skeleton.py:106
↓ 2 callersClassSkeletonUnpool
retargeting/models/skeleton.py:221
↓ 1 callersClassAE
retargeting/models/enc_and_dec.py:126
↓ 1 callersClassAdaptiveInstanceNorm1d
style_transfer/blocks.py:23
↓ 1 callersClassBVH_file
blender_rendering/load_bvh.py:14
↓ 1 callersClassBottleNeckResBlock
style_transfer/blocks.py:210
↓ 1 callersClassConfig
style_transfer/config.py:11
↓ 1 callersClassCriterion_EE
retargeting/models/utils.py:38
↓ 1 callersClassDecoder
style_transfer/networks.py:91
↓ 1 callersClassDecoder
retargeting/models/enc_and_dec.py:70
↓ 1 callersClassDiscriminator
retargeting/models/vanilla_gan.py:9
↓ 1 callersClassEncoder
retargeting/models/enc_and_dec.py:6
↓ 1 callersClassEncoderContent
style_transfer/networks.py:33
↓ 1 callersClassEval_Criterion
retargeting/models/utils.py:76
↓ 1 callersClassForwardKinematics
style_transfer/kinematics.py:15
↓ 1 callersClassForwardKinematics
retargeting/models/Kinematics.py:7
↓ 1 callersClassGAN_loss
retargeting/models/utils.py:10
↓ 1 callersClassImagePool
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 callersClassIntegratedModel
retargeting/models/integrated.py:11
↓ 1 callersClassInverseKinematics
retargeting/models/Kinematics.py:154
↓ 1 callersClassJointGen
style_transfer/networks.py:150
↓ 1 callersClassLossRecorder
retargeting/loss_record.py:34
↓ 1 callersClassMLP
style_transfer/networks.py:131
↓ 1 callersClassMixedData
data_gruop_num * 2 * samples
retargeting/datasets/combined_motion.py:35
↓ 1 callersClassMixedData0
Mixed data for many skeletons but one topologies
retargeting/datasets/combined_motion.py:12
↓ 1 callersClassModel
style_transfer/model.py:8
↓ 1 callersClassMotion4Anim
style_transfer/probe/anim_view.py:156
↓ 1 callersClassMotionNorm
style_transfer/data_loader.py:83
↓ 1 callersClassNormData
style_transfer/data_loader.py:30
↓ 1 callersClassOptions
blender_rendering/options.py:4
↓ 1 callersClassPatchDis
style_transfer/networks.py:197
↓ 1 callersClassResBlock
style_transfer/blocks.py:142
↓ 1 callersClassSingleLoss
retargeting/loss_record.py:6
↓ 1 callersClassStaticEncoder
retargeting/models/enc_and_dec.py:139
↓ 1 callersClassTestData
retargeting/datasets/combined_motion.py:124
↓ 1 callersClassUpsample
style_transfer/blocks.py:12
ClassAnimationData2D
utils/animation_2d_data.py:14
ClassBaseModel
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
ClassBasicInverseKinematics
Basic Inverse Kinematics Solver This is an extremely simple full body IK solver. It works given the following conditions:
utils/InverseKinematics.py:9
ClassBasicJacobianIK
Same interface as BasicInverseKinematics but uses the Jacobian IK Solver Instead
utils/InverseKinematics.py:327
ClassCriterion_EE_2
retargeting/models/utils.py:57
ClassGAN_model
retargeting/models/architecture.py:11
ClassGenerator
retargeting/models/vanilla_gan.py:72
ClassICP
utils/InverseKinematics.py:342
ClassOptions
options/options.py:6
ClassShallowResBlock
style_transfer/blocks.py:163