MCPcopy Create free account

hub / github.com/MoyGcc/vid2avatar / functions

Functions555 in github.com/MoyGcc/vid2avatar

Methodforward
Forward pass for the SMPL model Parameters ---------- global_orient: torch.tensor, optional, shape Bx3
preprocessing/smplx/body_models.py:296
Methodforward
Forward pass for the SMPL model Parameters ---------- global_orient: torch.tensor, optional, shape Bx3x3
preprocessing/smplx/body_models.py:409
Methodforward
preprocessing/smplx/body_models.py:680
Methodforward
Forward pass for the SMPL+H model Parameters ---------- global_orient: torch.tensor, optional, shape Bx3x3
preprocessing/smplx/body_models.py:765
Methodforward
Forward pass for the SMPLX model Parameters ---------- global_orient: torch.tensor, optional, shape Bx3
preprocessing/smplx/body_models.py:1100
Methodforward
Forward pass for the SMPLX model Parameters ---------- global_orient: torch.tensor, optional, shape Bx3x
preprocessing/smplx/body_models.py:1290
Methodforward
Forward pass for the MANO model
preprocessing/smplx/body_models.py:1617
Methodforward
Forward pass for the MANO model
preprocessing/smplx/body_models.py:1688
Methodforward
Forward pass for the SMPLX model Parameters ---------- global_orient: torch.tensor, optional, shape Bx3
preprocessing/smplx/body_models.py:1963
Methodforward
Forward pass for the SMPLX model Parameters ---------- global_orient: torch.tensor, optional, shape Bx3x
preprocessing/smplx/body_models.py:2114
Methodforward
(self, model_outputs, ground_truth)
code/lib/model/loss.py:42
Methodforward
(self, frame_ids)
code/lib/model/body_model_params.py:42
Methodforward
(self, points, normals, view_dirs, body_pose, feature_vectors, frame_latent_code=None)
code/lib/model/networks.py:155
Methodforward
(self, sdf, beta=None)
code/lib/model/density.py:11
Methodforward
(self, vertices, joints)
code/lib/smpl/vertex_joint_selector.py:74
Methodforward
Forward pass for the SMPL model Parameters ---------- global_orient: torch.tensor, optional, shape Bx3
code/lib/smpl/body_models.py:278
Methodforward_skinning_normal
(self, xc, normal, cond, tfs, inverse = False)
code/lib/model/deformer.py:56
Methodget_T_hip
(self, betas=None)
code/lib/smpl/body_models.py:263
Functionget_camera_params
(uv, pose, intrinsics)
code/lib/utils/utils.py:73
Methodget_num_faces
(self)
preprocessing/smplx/body_models.py:276
Methodget_num_faces
(self)
code/lib/smpl/body_models.py:272
Methodget_num_verts
(self)
preprocessing/smplx/body_models.py:273
Methodget_num_verts
(self)
code/lib/smpl/body_models.py:269
Functionget_psnr
(img1, img2, normalize_rgb=False)
code/lib/utils/utils.py:38
Functionget_sphere_intersections
(cam_loc, ray_directions, r = 1.0)
code/lib/utils/utils.py:159
Methodget_z_vals
(self, ray_dirs, cam_loc, model)
code/lib/model/ray_sampler.py:21
Methodget_z_vals
(self, ray_dirs, cam_loc, model, cond, smpl_tfs, eval_mode, smpl_verts)
code/lib/model/ray_sampler.py:66
Methodgradient
(self, x, cond)
code/lib/model/networks.py:112
Functionload_K_Rt_from_P
(filename, P=None)
code/lib/utils/utils.py:49
Functionmerge_output
Merge the split output.
code/lib/utils/utils.py:22
Methodname
(self)
preprocessing/smplx/body_models.py:669
Methodname
(self)
preprocessing/smplx/body_models.py:1600
Methodname
(self)
preprocessing/smplx/body_models.py:1685
Methodnum_betas
(self)
preprocessing/smplx/body_models.py:252
Methodnum_expression_coeffs
(self)
preprocessing/smplx/body_models.py:256
Methodnum_expression_coeffs
(self)
preprocessing/smplx/body_models.py:1071
Methodnum_expression_coeffs
(self)
preprocessing/smplx/body_models.py:1949
Methodoperator !=
code/lib/libmise/mise.cpp:391
Methodoperator ==
code/lib/libmise/mise.cpp:390
Methodoperator&
code/lib/libmise/mise.cpp:388
Methodoperator->
code/lib/libmise/mise.cpp:387
Methodquery_od
(self, x, cond, smpl_tfs, smpl_verts)
code/v2a_model.py:105
Methodquery_wc
(self, x)
code/v2a_model.py:98
Methodreset_params
(self, **params_dict)
preprocessing/smplx/body_models.py:266
Methodreset_params
(self, **params_dict)
code/lib/smpl/body_models.py:256
Functionrot_to_quat
(R)
code/lib/utils/utils.py:138
Functionsplit_input
Split the input to fit Cuda memory for large resolution. Can decrease the value of n_pixels in case of cuda out of memory error.
code/lib/utils/utils.py:7
Methodtest_step
(self, batch, *args, **kwargs)
code/v2a_model.py:215
Methodtraining_epoch_end
(self, outputs)
code/v2a_model.py:82
Methodtraining_step
(self, batch)
code/v2a_model.py:61
Methodvalidation_epoch_end
(self, outputs)
code/v2a_model.py:175
Methodvalidation_step
(self, batch, *args, **kwargs)
code/v2a_model.py:120
Methodvalidation_step_end
(self, batch_parts)
code/v2a_model.py:172
Functionvertices2landmarks
Calculates landmarks by barycentric interpolation Parameters ---------- vertices: torch.tensor BxVx3, dtype = torch.float32
code/lib/smpl/lbs.py:97
Functionweighted_sampling
More sampling within the bounding box
code/lib/utils/utils.py:197
← previous501–555 of 555, ranked by callers