MCPcopy Create free account

hub / github.com/QingyongHu/SensatUrban / functions

Functions564 in github.com/QingyongHu/SensatUrban

Methoddot
opperations
cpp_wrappers/cpp_utils/cloud/cloud.h:66
Functiondropout
Dropout layer. Args: inputs: tensor is_training: boolean tf.Variable scope: string keep_prob: float in [0,1] noise
tf_util.py:553
MethodevalMetric
utils/nearest_neighbors/nanoflann.hpp:323
MethodevalMetric
utils/nearest_neighbors/nanoflann.hpp:372
MethodevalMetric
utils/nearest_neighbors/nanoflann.hpp:404
MethodevalMetric
utils/nearest_neighbors/nanoflann.hpp:436
MethodevalMetric
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:383
MethodevalMetric
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:432
MethodevalMetric
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:463
MethodevalMetric
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:498
MethodevalMetric
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:383
MethodevalMetric
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:432
MethodevalMetric
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:463
MethodevalMetric
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:498
MethodfindNeighbors
utils/nearest_neighbors/nanoflann.hpp:1884
MethodfindNeighbors
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1929
MethodfindNeighbors
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1929
Methodfront
front() and back()
utils/nearest_neighbors/nanoflann.hpp:745
Methodfull
utils/nearest_neighbors/nanoflann.hpp:178
Methodfull
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:242
Methodfull
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:242
Functionfully_connected
Fully connected layer with non-linear operation. Args: inputs: 2-D tensor BxN num_outputs: int Returns: Variable tensor o
tf_util.py:313
Functiongrid_subsampling_compute
utils/cpp_wrappers/cpp_subsampling/wrapper.cpp:58
Functiongrid_subsampling_compute
cpp_wrappers/cpp_subsampling/wrapper.cpp:58
Methodinit
utils/nearest_neighbors/nanoflann.hpp:173
Methodinit
Creates multiple empty trees to handle dynamic support */
utils/nearest_neighbors/nanoflann.hpp:1796
Methodinit
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:237
Methodinit
Creates multiple empty trees to handle dynamic support */
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1835
Methodinit
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:237
Methodinit
Creates multiple empty trees to handle dynamic support */
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1835
Methodinit_vind
Make sure the auxiliary list \a vind has the same size than the current dataset, and re-generate if size has changed. */
utils/nearest_neighbors/nanoflann.hpp:1313
Methodinit_vind
Make sure the auxiliary list \a vind has the same size than the current * dataset, and re-generate if size has changed. */
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1309
Methodinit_vind
Make sure the auxiliary list \a vind has the same size than the current * dataset, and re-generate if size has changed. */
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1309
Methodinternal_init
utils/nearest_neighbors/nanoflann.hpp:565
Methodinternal_init
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:612
Methodinternal_init
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:612
Methodkdtree_get_bbox
utils/nearest_neighbors/KDTreeTableAdaptor.h:182
Methodkdtree_get_point_count
Must return the number of data points
utils/nearest_neighbors/KDTreeTableAdaptor.h:169
Methodkdtree_get_pt
Returns the dim'th component of the idx'th point in the class:
utils/nearest_neighbors/KDTreeTableAdaptor.h:174
MethodknnSearch
* Find the "num_closest" nearest neighbors to the \a query_point[0:dim-1]. Their indices are stored inside * the result object. * \sa radiusSea
utils/nearest_neighbors/nanoflann.hpp:1268
MethodknnSearch
* Find the "num_closest" nearest neighbors to the \a query_point[0:dim-1]. Their indices are stored inside * the result object. * \sa radiusSea
utils/nearest_neighbors/nanoflann.hpp:1589
MethodknnSearch
* Find the "num_closest" nearest neighbors to the \a query_point[0:dim-1]. * Their indices are stored inside the result object. \sa radiusSearch,
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1254
MethodknnSearch
* Find the "num_closest" nearest neighbors to the \a query_point[0:dim-1]. * Their indices are stored inside the result object. \sa radiusSearch,
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1616
MethodknnSearch
* Find the "num_closest" nearest neighbors to the \a query_point[0:dim-1]. * Their indices are stored inside the result object. \sa radiusSearch,
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1254
MethodknnSearch
* Find the "num_closest" nearest neighbors to the \a query_point[0:dim-1]. * Their indices are stored inside the result object. \sa radiusSearch,
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1616
Methodknn_search
:param support_pts: points you have, B*N1*3 :param query_pts: points you want to know the neighbour index, B*N2*3 :param k: N
tool.py:57
MethodloadIndex
Loads a previous index from a binary file. * IMPORTANT NOTE: The set of data points is NOT stored in the file, so the index object must be const
utils/nearest_neighbors/nanoflann.hpp:1424
MethodloadIndex
Loads a previous index from a binary file. * IMPORTANT NOTE: The set of data points is NOT stored in the file, so the index object must be const
utils/nearest_neighbors/nanoflann.hpp:1729
MethodloadIndex
Loads a previous index from a binary file. * IMPORTANT NOTE: The set of data points is NOT stored in the file, so the * index object must be c
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1426
MethodloadIndex
Loads a previous index from a binary file. * IMPORTANT NOTE: The set of data points is NOT stored in the file, so the * index object must be c
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1772
MethodloadIndex
Loads a previous index from a binary file. * IMPORTANT NOTE: The set of data points is NOT stored in the file, so the * index object must be c
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1426
MethodloadIndex
Loads a previous index from a binary file. * IMPORTANT NOTE: The set of data points is NOT stored in the file, so the * index object must be c
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1772
Methodload_tree
utils/nearest_neighbors/nanoflann.hpp:1075
Methodload_tree
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1034
Methodload_tree
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1034
Methodload_value
utils/nearest_neighbors/nanoflann.hpp:227
Methodload_value
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:291
Methodload_value
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:291
Functionmax_pool2d
2D max pooling. Args: inputs: 4-D tensor BxHxWxC kernel_size: a list of 2 ints stride: a list of 2 ints Returns: Va
tf_util.py:353
Functionmax_pool3d
3D max pooling. Args: inputs: 5-D tensor BxDxHxWxC kernel_size: a list of 3 ints stride: a list of 3 ints Returns:
tf_util.py:405
Methodmax_size
utils/nearest_neighbors/nanoflann.hpp:752
Functionmean_var_with_update
()
tf_util.py:485
MethodmiddleSplit_
utils/nearest_neighbors/nanoflann.hpp:966
MethodmiddleSplit_
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:909
MethodmiddleSplit_
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:909
Methodoperator !=
utils/nearest_neighbors/knn.cpp:310
Functionoperator *
utils/cpp_wrappers/cpp_utils/cloud/cloud.h:120
Functionoperator *
cpp_wrappers/cpp_utils/cloud/cloud.h:120
Functionoperator +
utils/cpp_wrappers/cpp_utils/cloud/cloud.h:110
Functionoperator +
cpp_wrappers/cpp_utils/cloud/cloud.h:110
Functionoperator -
utils/cpp_wrappers/cpp_utils/cloud/cloud.h:115
Functionoperator -
cpp_wrappers/cpp_utils/cloud/cloud.h:115
Functionoperator ==
utils/cpp_wrappers/cpp_utils/cloud/cloud.h:135
Functionoperator ==
cpp_wrappers/cpp_utils/cloud/cloud.h:135
Methodoperator ==
utils/nearest_neighbors/knn.cpp:309
Methodoperator []
array type accessor
utils/cpp_wrappers/cpp_utils/cloud/cloud.h:58
Methodoperator []
array type accessor
cpp_wrappers/cpp_utils/cloud/cloud.h:58
Methodoperator&
utils/nearest_neighbors/knn.cpp:307
Methodoperator()
utils/nearest_neighbors/nanoflann.hpp:152
Methodoperator()
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:211
Methodoperator()
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:211
Methodoperator->
utils/nearest_neighbors/knn.cpp:306
Methodoperator=
Assignment operator definiton */
utils/nearest_neighbors/nanoflann.hpp:1522
Methodoperator=
Assignment operator definiton */
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1536
Methodoperator=
Assignment operator definiton */
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1536
Methodoperator[]
operator[]
utils/nearest_neighbors/nanoflann.hpp:739
Functionpi_const
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:79
Functionpi_const
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:79
MethodplaneSplit
* Subdivide the list of points by a plane perpendicular on axe corresponding * to the 'cutfeat' dimension at 'cutval' position. * * On ret
utils/nearest_neighbors/nanoflann.hpp:1016
MethodplaneSplit
* Subdivide the list of points by a plane perpendicular on axe corresponding * to the 'cutfeat' dimension at 'cutval' position. * * On ret
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:967
MethodplaneSplit
* Subdivide the list of points by a plane perpendicular on axe corresponding * to the 'cutfeat' dimension at 'cutval' position. * * On ret
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:967
Methodquery
Query for the \a num_closest closest points to a given point (entered as query_point[0:dim-1]). * Note that this is a short-cut method for index-
utils/nearest_neighbors/nanoflann.hpp:1946
Methodquery
Query for the \a num_closest closest points to a given point (entered as * query_point[0:dim-1]). Note that this is a short-cut method for * ind
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:2002
Methodquery
Query for the \a num_closest closest points to a given point (entered as * query_point[0:dim-1]). Note that this is a short-cut method for * ind
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:2002
MethodradiusSearch
* Find all the neighbors to \a query_point[0:dim-1] within a maximum radius. * The output is given as a vector of pairs, of which the first elemen
utils/nearest_neighbors/nanoflann.hpp:1288
MethodradiusSearch
* Find all the neighbors to \a query_point[0:dim-1] within a maximum radius. * The output is given as a vector of pairs, of which the first elemen
utils/nearest_neighbors/nanoflann.hpp:1609
MethodradiusSearch
* Find all the neighbors to \a query_point[0:dim-1] within a maximum radius. * The output is given as a vector of pairs, of which the first elemen
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1279
MethodradiusSearch
* Find all the neighbors to \a query_point[0:dim-1] within a maximum radius. * The output is given as a vector of pairs, of which the first elemen
utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1641
MethodradiusSearch
* Find all the neighbors to \a query_point[0:dim-1] within a maximum radius. * The output is given as a vector of pairs, of which the first elemen
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1279
MethodradiusSearch
* Find all the neighbors to \a query_point[0:dim-1] within a maximum radius. * The output is given as a vector of pairs, of which the first elemen
cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1641
← previousnext →401–500 of 564, ranked by callers