MCPcopy Create free account

hub / github.com/DavidBoja/pose-independent-anthropometry / functions

Functions140 in github.com/DavidBoja/pose-independent-anthropometry

Method__init__
(self, opt)
evaluate.py:28
Method__init__
(self, init_pose=None, init_beta=None, init_trans=None)
scripts/add_shape_to_dataset.py:17
Method__init__
(self, reference_shape, reference_lm, lm_inds, lm_dist_
scripts/find_landmark_measurements_ambiguity.py:58
Method__len__
(self)
dataset.py:165
Method__len__
(self)
dataset.py:357
Method__len__
(self)
dataset.py:408
Method__len__
(self)
dataset.py:496
Method__len__
(self)
dataset.py:758
Method__len__
(self)
dataset.py:1409
Methodangles_pose_grouped
Use landmark triplets to find angles between them. Use self.inds1 as the middle landmark -> put it in origin and find angle b
utils.py:1157
Methodangles_shape_grouped
Use landmark triplets to find angles between them. Use self.inds1 as the middle landmark -> put it in origin and find angle b
utils.py:1182
Methodbuild_network
(self)
trainers.py:226
Functioncaesar_sitting_stats
(dataset_path, use_landmarks, **kwargs)
compute_stats.py:40
Methodcoords
Return the same landmark coordinates but reshaped to (B,n_landm*3) if ravel_features is True
utils.py:1067
Functioncustom_distance
(x, y)
dataset.py:1532
Methoddistances_all
(self, landmarks, **kwargs)
utils.py:1120
Methoddistances_grouped
The features are distances between the landmarks given the indices of neighboring landamrks
utils.py:1135
Methodfaces
(self)
scripts/add_shape_to_dataset.py:74
Functionfind_rotation_between_vectors
Find rotation that rotates vector v1 to v2
utils.py:1377
Methodforward
(self, x)
models.py:15
Methodforward
(self, displacement_vector,**kwargs)
scripts/find_landmark_measurements_ambiguity.py:81
Functiongenerate_standing_poses
(N=2000)
utils.py:1346
Methodget_mean
Returns the mean of the mixture
losses.py:88
Functionget_simple_measurements
(vertices, landmark_indices, measurement_definitions, use_measurements)
utils.py:570
Functionhomo_matmul
inputs Nx3 pts and 4x4 transformation matrix
utils.py:1912
Functionhomo_matmul_torch
inputs Nx3 pts and 4x4 transformation matrix
utils.py:1919
Methodjoints
(self)
scripts/add_shape_to_dataset.py:68
Functionnormal_sample_shape
Gaussian sampling of shape parameter given deviations from the mean.
utils.py:770
Methodprint_iteration_stats
print stats at each iteration
trainers.py:93
Functionrotation_matrix_from_vectors_numpy
Find the rotation matrix that aligns vec1 to vec2 :param vec1: A 3d "source" vector :param vec2: A 3d "destination" vector :return mat: A
utils.py:1392
Methodupdate
(self, value, n=1)
meter.py:18
Methodupdate
(self, epoch, **kwargs)
utils.py:1245
Methodupdate
(self, epoch, **kwargs)
utils.py:1266
Methodvalue
(self)
meter.py:37
Methodvectors_all
Transform landmarks of dim (B,n_landm,3) to features (B,n_landm,n_landm*3) where each landmark is now represented as vectors to all o
utils.py:1077
Methodverts
(self)
scripts/add_shape_to_dataset.py:62
Methodverts_t_pose
(self)
scripts/add_shape_to_dataset.py:58
Functionvisualize_lm_connections
Visualize landmarks and segments between them given by list_of_landmark_tuple_names
visualization.py:21
Functionviz_mesh
Visualize mesh with plotly
visualization.py:60
Functionweights_init_general_strategy
(params,in_features, **kwargs)
utils.py:717
← previous101–140 of 140, ranked by callers