MCPcopy Create free account

hub / github.com/DeepMotionEditing/deep-motion-editing / functions

Functions617 in github.com/DeepMotionEditing/deep-motion-editing

↓ 3 callersFunctionvisualize
data: dict {title: {motion:xxx, foot_contact:xxx}}
style_transfer/probe/anim_view.py:274
↓ 3 callersMethodwrite_raw
(self, motion, order, path, frametime=1.0/30, root_y=None)
retargeting/datasets/bvh_writer.py:82
↓ 2 callersFunctionConvLayers
returns a list of [pad, conv] => should be += to some list, then apply sequential
style_transfer/blocks.py:54
↓ 2 callersMethodD_parameters
(self)
retargeting/models/integrated.py:52
↓ 2 callersMethodG_parameters
(self)
retargeting/models/integrated.py:49
↓ 2 callersFunctionLinearBlock
(in_dim, out_dim, dropout=None, norm='none', acti='relu')
style_transfer/blocks.py:130
↓ 2 callersMethod__sop__
(self, op)
utils/Animation.py:55
↓ 2 callersFunctionadd_joint
(location, parent_obj, name)
blender_rendering/load_bvh.py:95
↓ 2 callersMethodaverage
(self)
utils/Quaternions.py:284
↓ 2 callersFunctionbuild_edge_topology
(topology, offset)
retargeting/models/skeleton.py:284
↓ 2 callersFunctionbvh_to_motion_and_phase
(filename, downsample, skel)
style_transfer/data_proc/export_train.py:40
↓ 2 callersMethodcalc_dis_fake_loss
(self, input_fake, input_label)
style_transfer/networks.py:238
↓ 2 callersFunctioncalc_many_blas
(raws, calc_single)
style_transfer/probe/latent_plot_utils.py:194
↓ 2 callersFunctioncalc_pca
(raw)
style_transfer/probe/latent_plot_utils.py:141
↓ 2 callersFunctioncopy_ref_file
(src, dst)
retargeting/demo.py:9
↓ 2 callersFunctiondfs
(x, fa, vis, dist)
retargeting/models/skeleton.py:253
↓ 2 callersMethoddiscriminator_requires_grad_
(self, requires_grad)
retargeting/models/architecture.py:69
↓ 2 callersFunctiondistinct_labels_and_indices
(labels)
style_transfer/probe/latent_plot_utils.py:19
↓ 2 callersFunctiondivide_clip_bfa
(input, window, window_step, divide)
style_transfer/data_proc/export_train.py:69
↓ 2 callersMethoddot
(self, q)
utils/Quaternions_old.py:204
↓ 2 callersFunctionensure_dir
create path by first checking its existence, :param paths: path :return:
style_transfer/py_utils.py:22
↓ 2 callersMethodepoch
(self, step=None)
retargeting/loss_record.py:20
↓ 2 callersFunctioneval
(eval_seq, save_dir, test_device='cpu')
retargeting/eval.py:9
↓ 2 callersFunctionexample
(src_name, dest_name, bvh_name, test_type, output_path)
retargeting/demo.py:20
↓ 2 callersMethodfrom_local_to_world
(self, res: torch.Tensor)
retargeting/models/Kinematics.py:79
↓ 2 callersMethodfrom_openpose_json
(cls, json_dir, scale=0.07, smooth=True)
utils/animation_2d_data.py:42
↓ 2 callersMethodfrom_rotations_and_root_positions
rotations: [T, J, 4] root_positions: [T, 3]
utils/animation_data.py:364
↓ 2 callersMethodfrom_style2d
(cls, style2d)
utils/animation_2d_data.py:33
↓ 2 callersFunctionfull_batch
(suffix, prefix)
retargeting/get_error.py:11
↓ 2 callersFunctionget_acti_layer
(acti='relu', inplace=True)
style_transfer/blocks.py:77
↓ 2 callersFunctionget_all_codes
(cfg, output_path)
style_transfer/probe/plot_clusters.py:19
↓ 2 callersFunctionget_all_plots
data: {"train": dict_train, "test": dict_test} dict_train: {"style2d_code": blabla, etc.} separate_compute: compute t-SNE for 2D & 3D sep
style_transfer/probe/latent_plot_utils.py:206
↓ 2 callersFunctionget_bvh_files
(directory)
style_transfer/data_proc/export_train.py:90
↓ 2 callersFunctionget_character_names
(args)
retargeting/datasets/__init__.py:1
↓ 2 callersFunctionget_dropout_layer
(dropout=None)
style_transfer/blocks.py:106
↓ 2 callersFunctionget_ee
(pos, pa, ees, velo=False, from_root=False)
retargeting/models/utils.py:163
↓ 2 callersMethodget_ee_id
(self)
retargeting/datasets/bvh_parser.py:192
↓ 2 callersFunctionget_ee_id_by_names
(joint_names)
retargeting/models/IK.py:48
↓ 2 callersMethodget_item
(self, gid, pid, id)
retargeting/datasets/combined_motion.py:196
↓ 2 callersMethodget_latent_codes
(self, data)
style_transfer/trainer.py:103
↓ 2 callersFunctionget_model_list
(dirname, key)
style_transfer/trainer.py:13
↓ 2 callersMethodget_projection
(self)
utils/animation_2d_data.py:29
↓ 2 callersMethodget_raw
(self, index)
style_transfer/data_loader.py:71
↓ 2 callersFunctionget_reflection
(src, tlen)
style_transfer/data_proc/export_train.py:19
↓ 2 callersMethodget_style2d
(self)
utils/animation_2d_data.py:19
↓ 2 callersMethodjacobian
Find parent rotations
utils/InverseKinematics.py:192
↓ 2 callersFunctionload_bvh
(file_name)
blender_rendering/load_bvh.py:153
↓ 2 callersFunctionmse
(a, b)
utils/animation_data.py:407
↓ 2 callersFunctionphase_from_ft
foot_contact: [T, 4] -> take joints 0, 2 as standards phase = left foot in contact (0) --> right foot in contact (pi) --> left foot in contac
utils/animation_data.py:133
↓ 2 callersFunctionplot2D_overlay
(data_list, labels_list, alpha_list, title)
style_transfer/probe/latent_plot_utils.py:52
↓ 2 callersFunctionplot2D_phase
(data, labels, title)
style_transfer/probe/latent_plot_utils.py:103
↓ 2 callersFunctionprocess_file
(filename, divider, window, window_step, downsample=4, skel=None, divide=True)
style_transfer/data_proc/export_train.py:85
↓ 2 callersMethodrandom_scale
()
style_transfer/data_loader.py:147
↓ 2 callersMethodrandom_view_angle
()
style_transfer/data_loader.py:143
↓ 2 callersFunctionremove_fs
(anim, foot, output_path, fid_l=(4, 5), fid_r=(9, 10), interp_length=5, force_on_floor=True)
style_transfer/remove_fs.py:58
↓ 2 callersMethodrepeat
(self, n, **kwargs)
utils/Quaternions.py:169
↓ 2 callersMethodrepeat
(self, n, **kwargs)
utils/Quaternions_old.py:170
↓ 2 callersMethodsave
(self, path)
retargeting/loss_record.py:27
↓ 2 callersMethodset_new_root
(self, new_root)
retargeting/datasets/bvh_parser.py:282
↓ 2 callersMethodset_offset
(self, offset)
retargeting/models/skeleton.py:89
↓ 2 callersFunctionset_parent
(parent, child)
blender_rendering/load_bvh.py:121
↓ 2 callersFunctionsingle_to_batch
(data)
style_transfer/data_loader.py:191
↓ 2 callersMethodtest
(self, co_data, cl_data, status)
style_transfer/trainer.py:97
↓ 2 callersMethodtest
Forward function used in test time. This function wraps <forward> function in no_grad() so we don't save intermediate steps for backprop
retargeting/models/base_model.py:89
↓ 2 callersMethodto_numpy
(self, quater=False, edge=True)
retargeting/datasets/bvh_parser.py:195
↓ 2 callersMethodtransform_from_euler
(rotation, order)
retargeting/models/Kinematics.py:88
↓ 2 callersFunctiontransforms_blank
Blank Transforms Parameters ---------- anim : Animation Input animation Returns -------
utils/Animation.py:357
↓ 2 callersFunctionupdate_dict
(old_dict, new_dict)
style_transfer/py_utils.py:17
↓ 2 callersMethodwrite
(self, rotations, positions, order, path, frametime=1.0/30, offset=None, root_y=None)
retargeting/datasets/bvh_writer.py:64
↓ 2 callersFunctionwrite_bvh
(parent, offset, rotation, position, names, frametime, order, path, endsite=None)
retargeting/datasets/bvh_writer.py:9
↓ 1 callersMethod__init__
raw: - nrot: N * [J * 4 + 4, T] - rfree: N * [J * 3 + 4, T] - proj: N * [V, J * 2, T]
style_transfer/data_loader.py:31
↓ 1 callersMethod__init__
(self, args, characters)
retargeting/datasets/combined_motion.py:125
↓ 1 callersMethod__init__
(self, args, d: Discriminator)
retargeting/models/vanilla_gan.py:73
↓ 1 callersFunction_anim_foot_contact
(dots, foot_contact, i)
style_transfer/probe/anim_view.py:148
↓ 1 callersFunction_anim_skel
(lines, dots, anim, dim, i)
style_transfer/probe/anim_view.py:123
↓ 1 callersMethod_ellipsis
(self)
utils/Pivots.py:46
↓ 1 callersFunctionacross_from_glb
positions: positions [T, J, 3], trimmed (only "chosen_joints") hips, sdrs: left/right hip joints, left/right shoulder joints output: loca
utils/animation_data.py:198
↓ 1 callersFunctionadapt_weight
The targeted armature could be a reduced one, e.g. no fingers. So move the skinning weight of each reduced armature to its nearest ancestor.
blender_rendering/skinning.py:106
↓ 1 callersFunctionadd_bone
(offset, parent_obj, name)
blender_rendering/load_bvh.py:75
↓ 1 callersFunctionadd_camera
(location, rotation)
blender_rendering/scene.py:20
↓ 1 callersFunctionadd_floor
(size)
blender_rendering/scene.py:4
↓ 1 callersFunctionadd_light
(location)
blender_rendering/scene.py:26
↓ 1 callersFunctionadd_material_for_character
(objs)
blender_rendering/scene.py:63
↓ 1 callersFunctionadd_rendering_parameters
(scene, args, camera)
blender_rendering/scene.py:46
↓ 1 callersMethodanim_foot_contact
(self, i)
style_transfer/probe/anim_view.py:187
↓ 1 callersMethodanim_i
(self, i)
style_transfer/probe/anim_view.py:193
↓ 1 callersMethodanim_skel
(self, i)
style_transfer/probe/anim_view.py:184
↓ 1 callersFunctionassign_adain_params
(adain_params, model)
style_transfer/networks.py:12
↓ 1 callersMethodaverage
(self)
utils/Quaternions_old.py:275
↓ 1 callersMethodbackward_D
(self)
retargeting/models/architecture.py:167
↓ 1 callersMethodbackward_D_basic
Calculate GAN loss for the discriminator Parameters: netD (network) -- the discriminator D real (tensor array) --
retargeting/models/architecture.py:147
↓ 1 callersMethodbackward_G
(self)
retargeting/models/architecture.py:179
↓ 1 callersFunctionbatch
(char, suffix, prefix)
retargeting/get_error.py:19
↓ 1 callersFunctionbatch_split
(source, dest)
retargeting/datasets/split_joint.py:85
↓ 1 callersMethodbetween
(cls, v0s, v1s)
utils/Quaternions.py:404
↓ 1 callersFunctionbuild_joint_topology
(edges, origin_names)
retargeting/models/skeleton.py:293
↓ 1 callersFunctionbuild_t_pose
(file: BVH_file, joint, parent_obj, all_obj)
blender_rendering/load_bvh.py:105
↓ 1 callersMethodcalc_dis_real_loss
(self, input_real, input_label)
style_transfer/networks.py:247
↓ 1 callersFunctioncalc_edge_mat
(edges)
retargeting/models/skeleton.py:340
↓ 1 callersMethodcalc_grad2
(self, d_out, x_in)
style_transfer/networks.py:265
← previousnext →101–200 of 617, ranked by callers