Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidBoja/pose-independent-anthropometry
/ functions
Functions
140 in github.com/DavidBoja/pose-independent-anthropometry
⨍
Functions
140
◇
Types & classes
21
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
Method
angles_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
Method
angles_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
Method
build_network
(self)
trainers.py:226
Function
caesar_sitting_stats
(dataset_path, use_landmarks, **kwargs)
compute_stats.py:40
Method
coords
Return the same landmark coordinates but reshaped to (B,n_landm*3) if ravel_features is True
utils.py:1067
Function
custom_distance
(x, y)
dataset.py:1532
Method
distances_all
(self, landmarks, **kwargs)
utils.py:1120
Method
distances_grouped
The features are distances between the landmarks given the indices of neighboring landamrks
utils.py:1135
Method
faces
(self)
scripts/add_shape_to_dataset.py:74
Function
find_rotation_between_vectors
Find rotation that rotates vector v1 to v2
utils.py:1377
Method
forward
(self, x)
models.py:15
Method
forward
(self, displacement_vector,**kwargs)
scripts/find_landmark_measurements_ambiguity.py:81
Function
generate_standing_poses
(N=2000)
utils.py:1346
Method
get_mean
Returns the mean of the mixture
losses.py:88
Function
get_simple_measurements
(vertices, landmark_indices, measurement_definitions, use_measurements)
utils.py:570
Function
homo_matmul
inputs Nx3 pts and 4x4 transformation matrix
utils.py:1912
Function
homo_matmul_torch
inputs Nx3 pts and 4x4 transformation matrix
utils.py:1919
Method
joints
(self)
scripts/add_shape_to_dataset.py:68
Function
normal_sample_shape
Gaussian sampling of shape parameter given deviations from the mean.
utils.py:770
Method
print_iteration_stats
print stats at each iteration
trainers.py:93
Function
rotation_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
Method
update
(self, value, n=1)
meter.py:18
Method
update
(self, epoch, **kwargs)
utils.py:1245
Method
update
(self, epoch, **kwargs)
utils.py:1266
Method
value
(self)
meter.py:37
Method
vectors_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
Method
verts
(self)
scripts/add_shape_to_dataset.py:62
Method
verts_t_pose
(self)
scripts/add_shape_to_dataset.py:58
Function
visualize_lm_connections
Visualize landmarks and segments between them given by list_of_landmark_tuple_names
visualization.py:21
Function
viz_mesh
Visualize mesh with plotly
visualization.py:60
Function
weights_init_general_strategy
(params,in_features, **kwargs)
utils.py:717
← previous
101–140 of 140, ranked by callers