Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diviswen/Cycle4Completion
/ functions
Functions
157 in github.com/diviswen/Cycle4Completion
⨍
Functions
157
◇
Types & classes
16
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
Function
chamfer
(pcd1, pcd2)
utils/net_util.py:70
Function
chamfer_single_side
(pcd1, pcd2)
utils/net_util.py:76
Method
count
(self)
externals/python_plyfile/plyfile.py:400
Function
create_decoder
(code, name='')
utils/net_util.py:136
Function
create_discrminator
(inputs, name='')
utils/net_util.py:35
Function
create_pcn_encoder
(inputs, name='')
utils/net_util.py:60
Function
create_transferer_X2Y
(inputs, name='X2Y')
utils/net_util.py:40
Function
create_transferer_Y2X
(inputs, codeword=None, name='Y2X')
utils/net_util.py:50
Method
dtype
List properties always have a numpy dtype of "object".
externals/python_plyfile/plyfile.py:840
Function
emd
(pcd1, pcd2)
utils/net_util.py:81
Function
get_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
Function
get_model
Args: point_clouds: (batch_size, num_point, 3) Returns: pointclouds_pred: (batch_size, num_point, 3)
model_code.py:15
Method
header
Provide PLY-formatted metadata for the instance.
externals/python_plyfile/plyfile.py:307
Method
header
Format this element's metadata as it would appear in a PLY header.
externals/python_plyfile/plyfile.py:684
Function
jitter_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
Function
load_completion_data
(path, batch_size, encode, npoint=2048, split='split_pcl2pcl.txt')
utils/data_provider.py:10
Function
main
externals/structural_losses/approxmatch.cpp:129
Function
make2d
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
Method
name
(self)
externals/python_plyfile/plyfile.py:438
Method
name
(self)
externals/python_plyfile/plyfile.py:738
Function
nonuniform_sampling
(num, sample_num = 8000)
utils/data_provider.py:169
Function
placeholder_inputs
(batch_size, num_point, num_point_gt)
model_code.py:7
Method
ply_property
(self, name)
externals/python_plyfile/plyfile.py:434
Function
random_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
Function
read_color_ply
(filename)
utils/io_util.py:26
Function
read_label_ply
(filename)
utils/io_util.py:17
Function
read_label_txt
(filename)
utils/io_util.py:46
Function
read_ply
read XYZ point cloud from filename PLY file
utils/io_util.py:8
Function
read_txt
(filename)
utils/io_util.py:37
Function
rotate_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
Function
rotate_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
Function
shift_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
Function
toBlue
(content)
utils/io_util.py:111
Function
toCyan
(content)
utils/io_util.py:112
Function
toGreen
(content)
utils/io_util.py:110
Function
toMagenta
(content)
utils/io_util.py:114
Function
toRed
(content)
utils/io_util.py:109
Function
toYellow
(content)
utils/io_util.py:113
Function
write_color_ply
(points, filename, text=True)
utils/io_util.py:64
Function
write_float_label_ply
(points, labels, filename, text=True)
utils/io_util.py:70
Function
write_label_ply
(points, labels, filename, text=True)
utils/io_util.py:85
Function
write_label_txt
(label, filename)
utils/io_util.py:102
Function
write_ply
input: Nx3, write points to filename as PLY format.
utils/io_util.py:56
← previous
101–157 of 157, ranked by callers