open3d.ml.tf.models¶
Classes
|
Base class for models. |
|
|
|
|
|
|
|
KDTree for fast generalized N-point problems |
|
|
|
Class defining KPFCNN. |
|
|
|
|
|
PurePath subclass that can make system calls. |
|
Class defining RandLANet. |
|
|
|
|
|
|
|
Decorate an iterable object, returning an iterator which acts exactly like the original iterable, but prints a dynamically updating progressbar every time a value is requested. |
Functions
|
Return an absolute path. |
|
TODO: add doc. |
|
TODO: add doc. |
|
|
|
Creates a spatial hash table meant as input for fixed_radius_search |
|
This tensorflow operation compute a pooling according to the list of indices ‘inds’. |
|
Compute confusion matrix to evaluate the accuracy of a classification. |
|
Continuous convolution of two pointclouds. |
|
Computes the backprop for the filter of the ContinuousConv |
|
Continuous tranpose convolution of two pointclouds. |
Computes the backrop for the filter of the ContinuousConvTranspose |
|
|
|
|
Returns the directory component of a pathname |
|
Test whether a path exists. |
|
Computes the indices of all neighbors within a radius. |
|
|
|
|
|
Block performing a global average over batch pooling :param x: [N, D] input features :param batch_lengths: [B] list of batch lengths :return: [B, D] averaged features |
|
TODO: add doc. |
|
Inverts a neighbors list made of neighbors_index and neighbors_row_splits. |
|
Test whether a path is a regular file |
|
Join two or more pathname components, inserting ‘/’ as needed. |
|
Computes the indices of k nearest neighbors. |
|
Super-mkdir; create a leaf directory and all intermediate ones. |
|
Pools features with the maximum values. |
|
TODO: add doc. |
|
Compute a radius gaussian (gaussian of distance) :param sq_r: input radiuses [dn, …, d1, d0] :param sig: extents of gaussians [d1, d0] or [d0] or float :return: gaussian of sq_r [dn, …, d1, d0] |
|
Computes the indices and distances of all neigbours within a radius. |
|
Computes the sum for each subarray in a flat vector of arrays. |
|
Split a pathname. |
|
TODO: add doc. |
|
TODO: add doc. |
|
Implementation of an augmentation transform for point clouds. |
|
|
|
|
|
Spatial pooling for point clouds by combining points that fall into the same voxel bin. |
|
Gradient for features in VoxelPooling. |