MCPcopy Create free account

hub / github.com/Runsong123/AdaFit / functions

Functions301 in github.com/Runsong123/AdaFit

↓ 16 callersFunctionlog_string
(out_str)
evaluate.py:71
↓ 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
utils/plyfile.py:446
↓ 8 callersFunction_lookup_type
(type_str)
utils/plyfile.py:80
↓ 6 callersMethod__init__
(self, num_scales=1, num_points=500, dim=3, sym_op='max')
AdaFit_multi_scale.py:377
↓ 6 callersMethod__init__
(self, num_scales=1, num_points=500, dim=3, sym_op='max')
models/AdaFit_multi_scale.py:427
↓ 6 callersFunction_variable_on_cpu
Helper to create a Variable stored on CPU memory. Args: name: name of the variable shape: list of ints initializer: initializer
utils/tf_util.py:14
↓ 5 callersMethod__init__
(self, num_scales=1, num_points=500, dim=3, sym_op='max')
AdaFit_single_scale.py:328
↓ 5 callersMethod__init__
(self, num_scales=1, num_points=500, dim=3, sym_op='max')
models/AdaFit_single_scale.py:328
↓ 5 callersFunction_variable_with_weight_decay
Helper to create an initialized Variable with weight decay. Note that the Variable is initialized with a truncated normal distribution. A wei
utils/tf_util.py:29
↓ 5 callersFunctiondraw_point_cloud
Render point cloud to image with alpha channel. Input: points: Nx3 numpy array (+y is up direction) Output: g
utils/pc_util.py:100
↓ 5 callersFunctionlog_string
(out_str, log_file)
train_n_est_single_scale.py:99
↓ 5 callersFunctionlog_string
(out_str, log_file)
train_n_est_multi_scale.py:99
↓ 4 callersFunctionbatch_norm_template
Batch normalization on convolutional maps and beyond... Ref.: http://stackoverflow.com/questions/33949786/how-could-i-use-batch-normalization-in-
utils/tf_util.py:458
↓ 4 callersMethoddtype
Return the numpy dtype description for this property (as a tuple of strings).
utils/plyfile.py:770
↓ 4 callersMethodget
(self, element_id)
utils/pcpnet_dataset.py:160
↓ 4 callersMethodlist_dtype
Return the pair (len_dtype, val_dtype) (both numpy-friendly strings).
utils/plyfile.py:847
↓ 4 callersMethodwrite
Write PLY data to a writeable file-like object or filename.
utils/plyfile.py:291
↓ 3 callersMethod_check_sanity
(self)
utils/plyfile.py:413
↓ 3 callersFunctionget_data_loader
Helper function to load the pcpnet datasets using their dataloader class :param indir: input folder (point clouds) :param dataset_name:
utils/provider.py:220
↓ 3 callersFunctionl2_normalize
(v, dim=1)
utils/normal_estimation_utils.py:253
↓ 2 callersMethod__init__
elements: sequence of PlyElement instances. text: whether the resulting PLY file will be text (True) or binary (False).
utils/plyfile.py:165
↓ 2 callersMethod_index
(self)
utils/plyfile.py:428
↓ 2 callersFunction_open_stream
(stream, read_or_write)
utils/plyfile.py:355
↓ 2 callersFunctionbatch_norm_for_conv2d
Batch normalization on 2D convolutional maps. Args: inputs: Tensor, 4D BHWC input maps is_training: boolean tf.Varialbe, tr
utils/tf_util.py:526
↓ 2 callersFunctioncompute_loss
(pred, target, outputs, output_pred_ind, output_target_ind, output_loss_weight, normal_loss_type, arch,
train_n_est_single_scale.py:344
↓ 2 callersFunctioncompute_loss
(pred, target, outputs, output_pred_ind, output_target_ind, output_loss_weight, normal_loss_type, arch,
train_n_est_multi_scale.py:344
↓ 2 callersFunctionfisher_vector
Computes the Fisher vector on a set of descriptors. code from : https://gist.github.cnsom/danoneata/9927923 Parameters ---------- xx:
utils/normal_estimation_utils.py:152
↓ 2 callersMethodget
(self, element_id)
dataset_single_scale.py:154
↓ 2 callersMethodget
(self, element_id)
dataset_multi_scale.py:154
↓ 2 callersFunctionget_3d_grid_gmm
Compute the weight, mean and covariance of a gmm placed on a 3D grid Input: subdivisions: 2 element list of number of subdivisions of
utils/normal_estimation_utils.py:75
↓ 2 callersFunctionget_deconv_dim
(dim_size, stride_size, kernel_size, padding)
utils/tf_util.py:223
↓ 2 callersFunctionl2_norm
(v)
evaluate.py:17
↓ 2 callersFunctionmat2euler
Discover Euler angle vector from 3x3 matrix Uses the conventions above. Parameters ---------- M : array-like, shape (64,64) cy_
utils/eulerangles.py:194
↓ 1 callersMethod__init__
3d Inception module for 3dmfv-net output feature is D_out*3
ThreeDmFVNet.py:117
↓ 1 callersMethod__init__
(self,input_dim,output_dim,with_bn=True)
netBase.py:9
↓ 1 callersMethod_check_name
(self)
utils/plyfile.py:441
↓ 1 callersMethod_check_name
(self)
utils/plyfile.py:741
↓ 1 callersMethod_from_fields
Parse from generator. Raise StopIteration if the property could not be read.
utils/plyfile.py:778
↓ 1 callersMethod_index
(self)
utils/plyfile.py:213
↓ 1 callersMethod_parse_header
Parse a PLY header from a readable file-like stream.
utils/plyfile.py:220
↓ 1 callersMethod_parse_multi
Parse a list of PLY element definitions.
utils/plyfile.py:458
↓ 1 callersMethod_parse_one
Consume one element definition. The unconsumed input is returned along with a PlyElement instance.
utils/plyfile.py:471
↓ 1 callersMethod_read
Read the actual data from a PLY file.
utils/plyfile.py:567
↓ 1 callersMethod_read_bin
Load a PLY element from a binary PLY file. The element may contain list properties.
utils/plyfile.py:656
↓ 1 callersMethod_read_txt
Load a PLY element from an ASCII-format PLY file. The element may contain list properties.
utils/plyfile.py:611
↓ 1 callersFunction_split_line
(line, n)
utils/plyfile.py:91
↓ 1 callersMethod_to_fields
Return generator over one item.
utils/plyfile.py:786
↓ 1 callersMethod_write
Write the data to a PLY file.
utils/plyfile.py:593
↓ 1 callersMethod_write_bin
Save a PLY element to a binary PLY file. The element may contain list properties.
utils/plyfile.py:673
↓ 1 callersMethod_write_txt
Save a PLY element to an ASCII-format PLY file. The element may contain list properties.
utils/plyfile.py:643
↓ 1 callersFunctionbatch_norm_for_conv1d
Batch normalization on 1D convolutional maps. Args: inputs: Tensor, 3D BLC input maps is_training: boolean tf.Varialbe, tru
utils/tf_util.py:512
↓ 1 callersFunctionbatch_norm_for_conv3d
Batch normalization on 3D convolutional maps. Args: inputs: Tensor, 5D BDHWC input maps is_training: boolean tf.Varialbe, t
utils/tf_util.py:540
↓ 1 callersFunctionbatch_norm_for_fc
Batch normalization on FC data. Args: inputs: Tensor, 2D BxC input is_training: boolean tf.Varialbe, true indicates trainin
utils/tf_util.py:498
↓ 1 callersMethoddescribe
Construct a PlyElement from an array's metadata. len_types and val_types can be given as mappings from list property names t
utils/plyfile.py:507
↓ 1 callersFunctioneuler2mat
Return matrix for rotations around z, y and x axes Uses the z, then y, then x convention above Parameters ---------- z : scalar
utils/eulerangles.py:94
↓ 1 callersFunctioneuler2quat
Return quaternion corresponding to these Euler angles Uses the z, then y, then x convention above Parameters ---------- z : scalar
utils/eulerangles.py:267
↓ 1 callersFunctionfit_Wjet
Fit a "n-jet" (n-order truncated Taylor expansion) to a point clouds with weighted points. We assume that PCA was performed on the points bef
AdaFit_multi_scale.py:13
↓ 1 callersFunctionfit_Wjet
Fit a "n-jet" (n-order truncated Taylor expansion) to a point clouds with weighted points. We assume that PCA was performed on the points bef
AdaFit_single_scale.py:11
↓ 1 callersFunctionfit_Wjet
Fit a "n-jet" (n-order truncated Taylor expansion) to a point clouds with weighted points. We assume that PCA was performed on the points bef
models/AdaFit_multi_scale.py:13
↓ 1 callersFunctionfit_Wjet
Fit a "n-jet" (n-order truncated Taylor expansion) to a point clouds with weighted points. We assume that PCA was performed on the points bef
models/AdaFit_single_scale.py:11
↓ 1 callersFunctionget_2d_grid_gmm
Compute the weight, mean and covariance of a 2D gmm placed on a 2D grid Input: subdivisions: 2 element list of number of subdivisions
utils/normal_estimation_utils.py:103
↓ 1 callersFunctionget_3DmFV_pytorch
Compute the 3D modified fisher vectors given the gmm model parameters (w,mu,sigma) and a set of points :param points: B X N x 3 tensor
ThreeDmFVNet.py:146
↓ 1 callersFunctionget_3d_grid_gmm
Compute the weight, mean and covariance of a gmm placed on a 3D grid Input: subdivisions: 2 element list of number of subdivisions of
ThreeDmFVNet.py:215
↓ 1 callersFunctionget_data_loaders
(opt, trainopt, target_features)
test_n_est_multi_scale.py:199
↓ 1 callersFunctionget_data_loaders
(opt, target_features)
train_n_est_single_scale.py:451
↓ 1 callersFunctionget_data_loaders
(opt, target_features)
train_n_est_multi_scale.py:451
↓ 1 callersFunctionget_data_loaders
(opt, trainopt, target_features)
test_n_est_single_scale.py:198
↓ 1 callersFunctionget_fisher_vectors
:param points: n_points x 64 / B x n_points x 64 :param gmm: sklearn MixtureModel class containing the gmm.p parameters.p :return: fisher
utils/normal_estimation_utils.py:130
↓ 1 callersFunctionget_learned_gmm
Learn weights, means and covariances for a gmm based on input data Input: points: num_points_per_model*nummodels X 3 - xyz coordinat
utils/normal_estimation_utils.py:59
↓ 1 callersFunctionget_model
(opt, log_dirname)
train_n_est_single_scale.py:567
↓ 1 callersFunctionget_model
(opt, log_dirname)
train_n_est_multi_scale.py:569
↓ 1 callersFunctionget_target_features
(opt)
test_n_est_multi_scale.py:242
↓ 1 callersFunctionget_target_features
(opt)
train_n_est_single_scale.py:527
↓ 1 callersFunctionget_target_features
(opt)
train_n_est_multi_scale.py:529
↓ 1 callersFunctionget_target_features
(opt)
test_n_est_single_scale.py:240
↓ 1 callersFunctionload_shape
(point_filename, normals_filename, curv_filename, pidx_filename)
dataset_single_scale.py:13
↓ 1 callersFunctionload_shape
(point_filename, normals_filename, curv_filename, pidx_filename)
dataset_multi_scale.py:13
↓ 1 callersFunctionload_shape
(point_filename, normals_filename, curv_filename, pidx_filename, noise_level=None)
utils/pcpnet_dataset.py:13
↓ 1 callersFunctionparse_arguments
()
test_n_est_multi_scale.py:28
↓ 1 callersFunctionparse_arguments
()
train_n_est_single_scale.py:31
↓ 1 callersFunctionparse_arguments
()
train_n_est_multi_scale.py:31
↓ 1 callersFunctionparse_arguments
()
test_n_est_single_scale.py:28
↓ 1 callersFunctionplot_parametric_plane
(beta, color='r', ax=None, display=False, label_txt='', export=False, img_name='default_name',
utils/visualization.py:69
↓ 1 callersFunctionpoint_cloud_to_volume
input is Nx3 points. output is vsize*vsize*vsize assumes points are in range [-radius, radius]
utils/pc_util.py:42
↓ 1 callersFunctionpyplot_draw_point_cloud
points is a Nx3 numpy array
utils/pc_util.py:219
↓ 1 callersMethodread
Read PLY data from a readable file-like object or filename.
utils/plyfile.py:275
↓ 1 callersMethodshape_index
(self, index)
dataset_single_scale.py:428
↓ 1 callersMethodshape_index
(self, index)
dataset_multi_scale.py:429
↓ 1 callersMethodshape_index
(self, index)
utils/pcpnet_dataset.py:427
↓ 1 callersFunctionsolve_linear_system
Solve linear system of equations. use sub batches to avoid MAGMA bug :param XtX: matrix of the coefficients :param XtY: vector of the
AdaFit_multi_scale.py:122
↓ 1 callersFunctionsolve_linear_system
Solve linear system of equations. use sub batches to avoid MAGMA bug :param XtX: matrix of the coefficients :param XtY: vector of the
AdaFit_single_scale.py:120
↓ 1 callersFunctionsolve_linear_system
Solve linear system of equations. use sub batches to avoid MAGMA bug :param XtX: matrix of the coefficients :param XtY: vector of the
models/AdaFit_multi_scale.py:122
↓ 1 callersFunctionsolve_linear_system
Solve linear system of equations. use sub batches to avoid MAGMA bug :param XtX: matrix of the coefficients :param XtY: vector of the
models/AdaFit_single_scale.py:120
↓ 1 callersFunctiontest_n_est
(opt)
test_n_est_multi_scale.py:51
↓ 1 callersFunctiontest_n_est
(opt)
test_n_est_single_scale.py:51
↓ 1 callersFunctiontrain_pcpnet
(opt)
train_n_est_single_scale.py:104
↓ 1 callersFunctiontrain_pcpnet
(opt)
train_n_est_multi_scale.py:104
↓ 1 callersFunctionvisualize_3d_points
displays a scatter plot of 3d points
utils/visualization.py:21
↓ 1 callersFunctionvolume_to_point_cloud
vol is occupancy grid (value = 0 or fv_noise) of size vsize*vsize*vsize return Nx3 numpy array.
utils/pc_util.py:58
Method__contains__
(self, name)
utils/plyfile.py:339
next →1–100 of 301, ranked by callers