MCPcopy Create free account

hub / github.com/cwc1260/HandFold / functions

Functions35 in github.com/cwc1260/HandFold

↓ 6 callersFunctiongroup_points
(points, opt, sampling_func='random')
train_eval/utils.py:202
↓ 4 callersFunctionfinal_group
(joint_coarse, original_points, num_neighbors, ball_radius)
train_eval/utils.py:266
↓ 2 callersMethod__get_frmae_num
(self, data_dir)
train_eval/dataset_msra.py:125
↓ 2 callersMethod__loaddata
(self, data_dir)
train_eval/dataset_msra.py:96
↓ 2 callersFunctiongroup_points_2
(points, sample_num_level1, sample_num_level2, knn_K, ball_radius, sampling_func='random')
train_eval/utils.py:234
↓ 2 callersFunctionrotate_point_cloud_by_angle_flip
Rotate the point cloud along up direction with certain angle. Input: BxNx3 array, original batch of point clouds Return:
train_eval/utils.py:127
↓ 1 callersMethod__fileToNumpy
(self, filename)
train_eval/dataset_icvl.py:82
↓ 1 callersMethod__loaddata
(self, data_dir)
train_eval/dataset_icvl.py:69
↓ 1 callersMethod__total_frmae_num
(self)
train_eval/dataset_msra.py:111
Method__get_frmae_num
(self, data_dir)
train_eval/dataset_icvl.py:78
Method__getitem__
(self, index)
train_eval/dataset_icvl.py:63
Method__getitem__
(self, index)
train_eval/dataset_msra.py:90
Method__init__
(self, opt)
train_eval/network_icvl_folding.py:34
Method__init__
(self, opt)
train_eval/network_msra_folding.py:32
Method__init__
(self, root_path, opt, sample=1024, train=True, shuffle=False)
train_eval/dataset_icvl.py:18
Method__init__
(self, root_path, opt, train=True)
train_eval/dataset_msra.py:20
Method__len__
(self)
train_eval/dataset_icvl.py:66
Method__len__
(self)
train_eval/dataset_msra.py:93
Function_debug
(model)
train_eval/train_icvl_folding.py:74
Function_debug
(model)
train_eval/train_msra_folding.py:74
Functionfarthest_point_sample
Input: xyz: pointcloud data, [B, N, 3] npoint: number of samples Return: centroids: sampled pointcloud index, [B, npo
train_eval/utils.py:160
Methodforward
(self, x, y)
train_eval/network_icvl_folding.py:198
Methodforward
(self, x, y)
train_eval/network_msra_folding.py:196
Functiongroup_points_2_coarse
(points, sample_num_level1, sample_num_level2, knn_K, ball_radius, sampling_func='random')
train_eval/utils.py:347
Functiongroup_points_coarse
(points, opt, sampling_func='random')
train_eval/utils.py:309
Functiongrouping
(points, k, radius, sample_size=None)
train_eval/utils.py:384
Functionindex_points
Input: points: input points data, [B, N, C] idx: sample index data, [B, S] Return: new_points:, indexed points data,
train_eval/utils.py:183
Functionjitter
(points, var=0.01, clip=0.05)
train_eval/utils.py:60
Functionknn
(point_center, points_samples, num_neighbors)
train_eval/utils.py:294
Functionoffset_cal
(points,opt)
train_eval/utils.py:10
Functionrandom_cut_arm
(points)
train_eval/utils.py:419
Functionrotate_point_cloud_by_angle
Rotate the point cloud along up direction with certain angle. Input: BxNx3 array, original batch of point clouds Return:
train_eval/utils.py:98
Functionrotate_point_cloud_by_random
Rotate the point cloud along up direction with certain angle. Input: BxNx3 array, original batch of point clouds Return:
train_eval/utils.py:69
Functionsmooth_l1_loss
(input, target, sigma=10., reduce=True, normalizer=1.0)
train_eval/train_icvl_folding.py:115
Functionsmooth_l1_loss
(input, target, sigma=10., reduce=True, normalizer=1.0)
train_eval/train_msra_folding.py:118