MCPcopy Create free account

hub / github.com/diviswen/Cycle4Completion / functions

Functions157 in github.com/diviswen/Cycle4Completion

↓ 10 callersFunctionlog_string
(out_str)
main_code.py:92
↓ 9 callersMethoddtype
Return the numpy dtype of the in-memory representation of the data. (If there are no list properties, and the PLY format is
externals/python_plyfile/plyfile.py:446
↓ 8 callersFunction_lookup_type
(type_str)
externals/python_plyfile/plyfile.py:80
↓ 8 callersMethodwrite
Write PLY data to a writeable file-like object or filename.
externals/python_plyfile/plyfile.py:291
↓ 5 callersFunctionmlp_conv
(inputs, layer_dims, phase, bn=None)
utils/net_util.py:106
↓ 4 callersMethoddescribe
Construct a PlyElement from an array's metadata. len_types and val_types can be given as mappings from list property names t
externals/python_plyfile/plyfile.py:507
↓ 4 callersMethoddtype
Return the numpy dtype description for this property (as a tuple of strings).
externals/python_plyfile/plyfile.py:770
↓ 4 callersFunctionget_time
externals/structural_losses/approxmatch.cpp:12
↓ 4 callersMethodlist_dtype
Return the pair (len_dtype, val_dtype) (both numpy-friendly strings).
externals/python_plyfile/plyfile.py:847
↓ 3 callersMethod_check_sanity
(self)
externals/python_plyfile/plyfile.py:413
↓ 3 callersMethodread
Read PLY data from a readable file-like object or filename.
externals/python_plyfile/plyfile.py:275
↓ 2 callersMethod__init__
elements: sequence of PlyElement instances. text: whether the resulting PLY file will be text (True) or binary (False).
externals/python_plyfile/plyfile.py:165
↓ 2 callersMethod_index
(self)
externals/python_plyfile/plyfile.py:428
↓ 2 callersFunction_open_stream
(stream, read_or_write)
externals/python_plyfile/plyfile.py:355
↓ 2 callersFunctiondirected_hausdorff
input: point_cloud_A: Tensor, B x N x 3 point_cloud_B: Tensor, B x N x 3 return: Tensor, B, directed hausdorff distance, A -> B
externals/structural_losses/tf_hausdorff_distance.py:4
↓ 2 callersFunctionmlp
(features, layer_dims, phase, bn=None)
utils/net_util.py:87
↓ 2 callersFunctionnnsearch
externals/structural_losses/tf_nndistance.cpp:21
↓ 2 callersFunctionrandomf
externals/structural_losses/approxmatch.cpp:9
↓ 1 callersMethod_check_name
(self)
externals/python_plyfile/plyfile.py:441
↓ 1 callersMethod_check_name
(self)
externals/python_plyfile/plyfile.py:741
↓ 1 callersMethod_from_fields
Parse from generator. Raise StopIteration if the property could not be read.
externals/python_plyfile/plyfile.py:778
↓ 1 callersMethod_index
(self)
externals/python_plyfile/plyfile.py:213
↓ 1 callersMethod_parse_header
Parse a PLY header from a readable file-like stream.
externals/python_plyfile/plyfile.py:220
↓ 1 callersMethod_parse_multi
Parse a list of PLY element definitions.
externals/python_plyfile/plyfile.py:458
↓ 1 callersMethod_parse_one
Consume one element definition. The unconsumed input is returned along with a PlyElement instance.
externals/python_plyfile/plyfile.py:471
↓ 1 callersMethod_read
Read the actual data from a PLY file.
externals/python_plyfile/plyfile.py:567
↓ 1 callersMethod_read_bin
Load a PLY element from a binary PLY file. The element may contain list properties.
externals/python_plyfile/plyfile.py:656
↓ 1 callersMethod_read_txt
Load a PLY element from an ASCII-format PLY file. The element may contain list properties.
externals/python_plyfile/plyfile.py:611
↓ 1 callersFunction_split_line
(line, n)
externals/python_plyfile/plyfile.py:91
↓ 1 callersMethod_to_fields
Return generator over one item.
externals/python_plyfile/plyfile.py:786
↓ 1 callersMethod_write
Write the data to a PLY file.
externals/python_plyfile/plyfile.py:593
↓ 1 callersMethod_write_bin
Save a PLY element to a binary PLY file. The element may contain list properties.
externals/python_plyfile/plyfile.py:673
↓ 1 callersMethod_write_txt
Save a PLY element to an ASCII-format PLY file. The element may contain list properties.
externals/python_plyfile/plyfile.py:643
↓ 1 callersFunctionapprox_match
input: xyz1 : batch_size * #dataset_points * 3 xyz2 : batch_size * #query_points * 3 returns: match : batch_size * #query_points * #dataset_points
externals/structural_losses/tf_approxmatch.py:9
↓ 1 callersFunctionapproxmatch_cpu
externals/structural_losses/approxmatch.cpp:17
↓ 1 callersFunctionapproxmatch_cpu
externals/structural_losses/tf_approxmatch.cpp:23
↓ 1 callersFunctioncreate_level
(level, input_channels, output_channels, inputs, bn)
utils/net_util.py:127
↓ 1 callersFunctioneval_one_epoch
(sess, ops, test_writer, epoch)
main_code.py:355
↓ 1 callersFunctionget_arch
(nlevels, npts)
utils/net_util.py:12
↓ 1 callersFunctionget_bn_decay
(batch)
main_code.py:127
↓ 1 callersFunctionget_learning_rate
(batch)
main_code.py:114
↓ 1 callersFunctionmatch_cost
input: xyz1 : batch_size * #dataset_points * 3 xyz2 : batch_size * #query_points * 3 match : batch_size * #query_points * #dataset_points returns:
externals/structural_losses/tf_approxmatch.py:26
↓ 1 callersFunctionmatchcost_cpu
externals/structural_losses/approxmatch.cpp:79
↓ 1 callersFunctionmatchcost_cpu
externals/structural_losses/tf_approxmatch.cpp:85
↓ 1 callersFunctionmatchcostgrad_cpu
externals/structural_losses/approxmatch.cpp:100
↓ 1 callersFunctionmatchcostgrad_cpu
externals/structural_losses/tf_approxmatch.cpp:106
↓ 1 callersFunctionnn_distance
Computes the distance of nearest neighbors for a pair of point clouds input: xyz1: (batch_size,#points_1,3) the first point cloud input: xyz2: (b
externals/structural_losses/tf_nndistance.py:10
↓ 1 callersFunctionshuffle_dataset
()
main_code.py:103
↓ 1 callersFunctiontrain
()
main_code.py:138
↓ 1 callersFunctiontrain_one_epoch
(sess, ops, train_writer, epoch)
main_code.py:260
MethodApproxMatchGpuOp
externals/structural_losses/tf_approxmatch.cpp:147
MethodApproxMatchOp
externals/structural_losses/tf_approxmatch.cpp:177
MethodCompute
externals/structural_losses/tf_nndistance.cpp:48
MethodCompute
externals/structural_losses/tf_nndistance.cpp:87
MethodCompute
externals/structural_losses/tf_nndistance.cpp:172
MethodCompute
externals/structural_losses/tf_nndistance.cpp:212
MethodCompute
externals/structural_losses/tf_approxmatch.cpp:148
MethodCompute
externals/structural_losses/tf_approxmatch.cpp:178
MethodCompute
externals/structural_losses/tf_approxmatch.cpp:204
MethodCompute
externals/structural_losses/tf_approxmatch.cpp:234
MethodCompute
externals/structural_losses/tf_approxmatch.cpp:265
MethodCompute
externals/structural_losses/tf_approxmatch.cpp:299
MethodMatchCostGpuOp
externals/structural_losses/tf_approxmatch.cpp:203
MethodMatchCostGradGpuOp
externals/structural_losses/tf_approxmatch.cpp:264
MethodMatchCostGradOp
externals/structural_losses/tf_approxmatch.cpp:298
MethodMatchCostOp
externals/structural_losses/tf_approxmatch.cpp:233
MethodNnDistanceGpuOp
externals/structural_losses/tf_nndistance.cpp:171
MethodNnDistanceGradGpuOp
externals/structural_losses/tf_nndistance.cpp:211
MethodNnDistanceGradOp
externals/structural_losses/tf_nndistance.cpp:86
MethodNnDistanceOp
externals/structural_losses/tf_nndistance.cpp:47
Method__contains__
(self, name)
externals/python_plyfile/plyfile.py:339
Method__getitem__
(self, name)
externals/python_plyfile/plyfile.py:342
Method__getitem__
(self, key)
externals/python_plyfile/plyfile.py:701
Method__init__
(self)
utils/net_util.py:24
Method__init__
(self, message, element=None, row=None, prop=None)
externals/python_plyfile/plyfile.py:131
Method__init__
This is not part of the public interface. The preferred methods of obtaining PlyElement instances are PlyData.read (to read from
externals/python_plyfile/plyfile.py:379
Method__init__
(self, name, val_dtype)
externals/python_plyfile/plyfile.py:724
Method__init__
(self, name, len_dtype, val_dtype)
externals/python_plyfile/plyfile.py:827
Method__iter__
(self)
externals/python_plyfile/plyfile.py:333
Method__len__
(self)
externals/python_plyfile/plyfile.py:336
Method__repr__
(self)
externals/python_plyfile/plyfile.py:148
Method__repr__
(self)
externals/python_plyfile/plyfile.py:348
Method__repr__
(self)
externals/python_plyfile/plyfile.py:710
Method__repr__
(self)
externals/python_plyfile/plyfile.py:815
Method__repr__
(self)
externals/python_plyfile/plyfile.py:912
Method__setitem__
(self, key, value)
externals/python_plyfile/plyfile.py:704
Method__str__
(self)
externals/python_plyfile/plyfile.py:345
Method__str__
(self)
externals/python_plyfile/plyfile.py:707
Method__str__
(self)
externals/python_plyfile/plyfile.py:811
Method__str__
(self)
externals/python_plyfile/plyfile.py:907
Function_approx_match_shape
(op)
externals/structural_losses/tf_approxmatch.py:21
Method_from_fields
(self, fields)
externals/python_plyfile/plyfile.py:856
Method_get_byte_order
(self)
externals/python_plyfile/plyfile.py:202
Method_get_data
(self)
externals/python_plyfile/plyfile.py:403
Method_get_elements
(self)
externals/python_plyfile/plyfile.py:193
Method_get_len_dtype
(self)
externals/python_plyfile/plyfile.py:832
Method_get_properties
(self)
externals/python_plyfile/plyfile.py:418
Method_get_val_dtype
(self)
externals/python_plyfile/plyfile.py:729
Function_match_cost_grad
(op,grad_cost)
externals/structural_losses/tf_approxmatch.py:44
Function_match_cost_shape
(op)
externals/structural_losses/tf_approxmatch.py:38
next →1–100 of 157, ranked by callers