MCPcopy Create free account

hub / github.com/WangYueFt/dgcnn / functions

Functions215 in github.com/WangYueFt/dgcnn

Functionquat2euler
Return Euler angles corresponding to quaternion `q` Parameters ---------- q : 4 element sequence w, x, y, z of quaternion Re
tensorflow/utils/eulerangles.py:319
Functionrandom_scale_point_cloud
Randomly scale the point cloud. Scale is per point cloud. Input: BxNx3 array, original batch of point clouds Return: BxNx3 array,
tensorflow/provider.py:126
Functionroom2blocks_wrapper
(data_label_filename, num_point, block_size=1.0, stride=1.0, random_sample=False, sample_num=None,
tensorflow/sem_seg/indoor3d_util.py:216
Functionroom2blocks_wrapper_normalized
(data_label_filename, num_point, block_size=1.0, stride=1.0, random_sample=False, sample_nu
tensorflow/sem_seg/indoor3d_util.py:255
Functionroom2samples_wrapper_normalized
(data_label_filename, num_point)
tensorflow/sem_seg/indoor3d_util.py:329
Functionrotate_perturbation_point_cloud
Randomly perturb the point clouds by small rotations Input: BxNx3 array, original batch of point clouds Return: BxNx3 array, rota
tensorflow/provider.py:74
Functionrotate_point_cloud
Randomly rotate the point clouds to augument the dataset rotation is per shape based along up direction Input: BxNx3 array, original ba
tensorflow/provider.py:33
Functionrotate_point_cloud_by_angle
Rotate the point cloud along up direction with certain angle. Input: BxNx3 array, original batch of point clouds Return: BxNx3 ar
tensorflow/provider.py:54
Functionsave_h5
(h5_filename, data, label, data_dtype='uint8', label_dtype='uint8')
tensorflow/utils/data_prep_util.py:79
Functionsave_h5_data_label_normal
(h5_filename, data, label, normal, data_dtype='float32', label_dtype='uint8', noral_dtype='float32')
tensorflow/utils/data_prep_util.py:60
Functionshift_point_cloud
Randomly shift point cloud. Shift is per point cloud. Input: BxNx3 array, original batch of point clouds Return: BxNx3 array, shi
tensorflow/provider.py:112
Functionshuffle_data
Shuffle data and labels. Input: data: B,N,... numpy array label: B,... numpy array Return: shuffled data, label and shuffle
tensorflow/provider.py:20
Functiontest_bn_op
()
tensorflow/utils/tf_util.py:529
Functiontrain_bn_op
()
tensorflow/utils/tf_util.py:521
Functionwrite_ply
input: Nx3, write points to filename as PLY format.
tensorflow/utils/pc_util.py:85
← previous201–215 of 215, ranked by callers