MCPcopy Create free account

hub / github.com/diviswen/Cycle4Completion / functions

Functions157 in github.com/diviswen/Cycle4Completion

Function_nn_distance_grad
(op,grad_dist1,grad_idx1,grad_dist2,grad_idx2)
externals/structural_losses/tf_nndistance.py:31
Function_nn_distance_shape
(op)
externals/structural_losses/tf_nndistance.py:25
Method_parse_one
(line)
externals/python_plyfile/plyfile.py:747
Method_read_bin
Read data from a binary stream. Raise StopIteration if the property could not be read.
externals/python_plyfile/plyfile.py:793
Method_read_bin
(self, stream, byte_order)
externals/python_plyfile/plyfile.py:881
Method_set_byte_order
(self, byte_order)
externals/python_plyfile/plyfile.py:205
Method_set_data
(self, data)
externals/python_plyfile/plyfile.py:406
Method_set_elements
(self, elements)
externals/python_plyfile/plyfile.py:196
Method_set_len_dtype
(self, len_dtype)
externals/python_plyfile/plyfile.py:835
Method_set_properties
(self, properties)
externals/python_plyfile/plyfile.py:421
Method_set_val_dtype
(self, val_dtype)
externals/python_plyfile/plyfile.py:732
Method_to_fields
Return generator over the (numerical) PLY representation of the list data (length followed by actual data).
externals/python_plyfile/plyfile.py:867
Method_write_bin
Write data to a binary stream.
externals/python_plyfile/plyfile.py:804
Method_write_bin
Write data to a binary stream.
externals/python_plyfile/plyfile.py:895
Functionchamfer
(pcd1, pcd2)
utils/net_util.py:70
Functionchamfer_single_side
(pcd1, pcd2)
utils/net_util.py:76
Methodcount
(self)
externals/python_plyfile/plyfile.py:400
Functioncreate_decoder
(code, name='')
utils/net_util.py:136
Functioncreate_discrminator
(inputs, name='')
utils/net_util.py:35
Functioncreate_pcn_encoder
(inputs, name='')
utils/net_util.py:60
Functioncreate_transferer_X2Y
(inputs, name='X2Y')
utils/net_util.py:40
Functioncreate_transferer_Y2X
(inputs, codeword=None, name='Y2X')
utils/net_util.py:50
Methoddtype
List properties always have a numpy dtype of "object".
externals/python_plyfile/plyfile.py:840
Functionemd
(pcd1, pcd2)
utils/net_util.py:81
Functionget_loss
(pred_X, pred_Y, pred_Y2X2Y, pred_X2Y2X, X2Y_logits, Y_logits, Y2X_logits, X_logits, X_feats, X2Y_feats,\
model_code.py:53
Functionget_model
Args: point_clouds: (batch_size, num_point, 3) Returns: pointclouds_pred: (batch_size, num_point, 3)
model_code.py:15
Methodheader
Provide PLY-formatted metadata for the instance.
externals/python_plyfile/plyfile.py:307
Methodheader
Format this element's metadata as it would appear in a PLY header.
externals/python_plyfile/plyfile.py:684
Functionjitter_perturbation_point_cloud
Randomly jitter points. jittering is per point. Input: BxNx3 array, original batch of point clouds Return: BxNx3
utils/data_provider.py:155
Functionload_completion_data
(path, batch_size, encode, npoint=2048, split='split_pcl2pcl.txt')
utils/data_provider.py:10
Functionmain
externals/structural_losses/approxmatch.cpp:129
Functionmake2d
Make a 2D array from an array of arrays. The `cols' and `dtype' arguments can be omitted if the array is not empty.
externals/python_plyfile/plyfile.py:101
Methodname
(self)
externals/python_plyfile/plyfile.py:438
Methodname
(self)
externals/python_plyfile/plyfile.py:738
Functionnonuniform_sampling
(num, sample_num = 8000)
utils/data_provider.py:169
Functionplaceholder_inputs
(batch_size, num_point, num_point_gt)
model_code.py:7
Methodply_property
(self, name)
externals/python_plyfile/plyfile.py:434
Functionrandom_scale_point_cloud_and_gt
Randomly scale the point cloud. Scale is per point cloud. Input: BxNx3 array, original batch of point clouds Return:
utils/data_provider.py:112
Functionread_color_ply
(filename)
utils/io_util.py:26
Functionread_label_ply
(filename)
utils/io_util.py:17
Functionread_label_txt
(filename)
utils/io_util.py:46
Functionread_ply
read XYZ point cloud from filename PLY file
utils/io_util.py:8
Functionread_txt
(filename)
utils/io_util.py:37
Functionrotate_perturbation_point_cloud
Randomly perturb the point clouds by small rotations Input: BxNx3 array, original batch of point clouds Return: B
utils/data_provider.py:130
Functionrotate_point_cloud_and_gt
Randomly rotate the point clouds to augument the dataset rotation is per shape based along up direction Input: BxNx3 array,
utils/data_provider.py:61
Functionshift_point_cloud_and_gt
Randomly shift point cloud. Shift is per point cloud. Input: BxNx3 array, original batch of point clouds Return:
utils/data_provider.py:94
FunctiontoBlue
(content)
utils/io_util.py:111
FunctiontoCyan
(content)
utils/io_util.py:112
FunctiontoGreen
(content)
utils/io_util.py:110
FunctiontoMagenta
(content)
utils/io_util.py:114
FunctiontoRed
(content)
utils/io_util.py:109
FunctiontoYellow
(content)
utils/io_util.py:113
Functionwrite_color_ply
(points, filename, text=True)
utils/io_util.py:64
Functionwrite_float_label_ply
(points, labels, filename, text=True)
utils/io_util.py:70
Functionwrite_label_ply
(points, labels, filename, text=True)
utils/io_util.py:85
Functionwrite_label_txt
(label, filename)
utils/io_util.py:102
Functionwrite_ply
input: Nx3, write points to filename as PLY format.
utils/io_util.py:56
← previous101–157 of 157, ranked by callers