MCPcopy Create free account

hub / github.com/Hale423/CenterPoint / functions

Functions3,537 in github.com/Hale423/CenterPoint

↓ 11 callersMethodeval
(self, *args, **kw)
tools/det3d/utils/buildtools/command.py:222
↓ 11 callersMethodgetRotation
@brief Get the matrix represented as a quaternion * @param q The quaternion which will be set */
tools/catkin_ws/src/geometry2/tf2/include/tf2/LinearMath/Matrix3x3.h:245
↓ 11 callersFunctionget_rand
tools/catkin_ws/src/geometry2/tf2/test/cache_unittest.cpp:54
↓ 11 callersFunctionlistify
Make `p` listy and the same length as `q`.
tools/det3d/solver/fastai_optim.py:95
↓ 11 callersFunctionlog
Natural logorithm. \param arg function argument \return logarithm of \a arg to base e template<typename T> typename enable<expr,T>::type log(T arg) {
include/common/half.h:3110
↓ 11 callersMethodtranspose
tools/catkin_ws/src/geometry/tf/include/tf/LinearMath/Matrix3x3.h:550
↓ 10 callersMethodTransformer
tools/catkin_ws/src/geometry/tf/src/tf.cpp:209
↓ 10 callersMethod_chainAsVector
tools/catkin_ws/src/geometry2/tf2/src/buffer_core.cpp:1574
↓ 10 callersFunction_transpose_and_gather_feat
(feat, ind)
tools/det3d/core/utils/center_utils.py:75
↓ 10 callersFunctionassertQuaternionValid
\brief Throw InvalidArgument if quaternion is malformed */
tools/catkin_ws/src/geometry/tf/include/tf/tf.h:409
↓ 10 callersFunctionbuild
(cfg, registry, default_args=None)
tools/det3d/models/builder.py:16
↓ 10 callersMethodexists
(self)
tools/det3d/datasets/utils/oss.py:356
↓ 10 callersFunctionexpectValidQuaternion
tools/catkin_ws/src/geometry/tf/test/tf_unittest.cpp:2319
↓ 10 callersMethodgetData
tools/catkin_ws/src/geometry/tf/src/cache.cpp:192
↓ 10 callersMethodgetDeviceBuffer
\brief Returns the device buffer corresponding to tensorName. Returns nullptr if no such tensor can be found.
include/common/buffers.h:295
↓ 10 callersMethodgetLatestTimestamp
tools/catkin_ws/src/geometry2/tf2/src/cache.cpp:314
↓ 10 callersMethodinsertData
tools/catkin_ws/src/geometry/tf/src/cache.cpp:239
↓ 10 callersMethodround
Nearest integer implementation. \param arg value to round \return rounded value
include/common/half.h:2102
↓ 10 callersMethodsendTransform
tools/catkin_ws/src/geometry2/tf2_ros/src/transform_broadcaster.cpp:45
↓ 10 callersMethodset
tools/det3d/ops/iou3d_nms/src/iou3d_cpu.cpp:46
↓ 10 callersMethodsetEuler
@brief Set the quaternion using Euler angles * @param yaw Angle around Y * @param pitch Angle around X * @param roll Angle around Z */
tools/catkin_ws/src/geometry2/tf2/include/tf2/LinearMath/Quaternion.h:75
↓ 10 callersFunctionsetValue
tools/catkin_ws/src/geometry/tf/include/tf/LinearMath/Vector3.h:308
↓ 10 callersFunctionsetValue
tools/catkin_ws/src/geometry2/tf2/include/tf2/LinearMath/Vector3.h:308
↓ 10 callersMethodstate_dict
(self)
tools/det3d/solver/optim.py:85
↓ 10 callersFunctionunit_vector
Return ndarray normalized by length, i.e. eucledian norm, along axis. >>> v0 = numpy.random.random(3) >>> v1 = unit_vector(v0) >>> numpy.
tools/catkin_ws/src/geometry/tf/src/tf/transformations.py:1574
↓ 10 callersFunctionvolume
include/common/common.h:656
↓ 9 callersFunctionbuiltin_signbit
include/common/half.h:598
↓ 9 callersMethodcanTransform
tools/catkin_ws/src/geometry2/tf2/src/buffer_core.cpp:802
↓ 9 callersMethodfromfile
(filename)
tools/det3d/torchie/utils/config.py:78
↓ 9 callersFunctionload_checkpoint
Load checkpoint from a file or URI. Args: model (Module): Module to load checkpoint. filename (str): Either a filepath or URL or
tools/det3d/torchie/trainer/checkpoint.py:122
↓ 9 callersMethodregister_hook
Register a hook into the hook list. Args: hook (:obj:`Hook`) priority (int or str or :obj:`Priority`)
tools/det3d/torchie/trainer/trainer.py:306
↓ 9 callersMethodsetData
Set the data element */
tools/catkin_ws/src/geometry2/tf2/include/tf2/transform_datatypes.h:73
↓ 8 callersMethodStamped
Default constructor */
tools/catkin_ws/src/geometry2/tf2/include/tf2/transform_datatypes.h:50
↓ 8 callersMethod__init__
(self)
tools/det3d/models/losses/centernet_loss.py:219
↓ 8 callersFunction_get_struct_3I
()
tools/catkin_ws/devel/lib/python2.7/dist-packages/tf2_msgs/msg/_LookupTransformActionResult.py:485
↓ 8 callersFunction_get_struct_3I
()
tools/catkin_ws/devel/lib/python3/dist-packages/tf2_msgs/msg/_LookupTransformActionResult.py:485
↓ 8 callersFunction_get_struct_B
()
tools/catkin_ws/devel/lib/python2.7/dist-packages/tf2_msgs/msg/_LookupTransformAction.py:861
↓ 8 callersFunction_get_struct_B
()
tools/catkin_ws/devel/lib/python3/dist-packages/tf2_msgs/msg/_LookupTransformAction.py:861
↓ 8 callersMethod_print_log
(self, msg, level=logging.INFO, *args, **kwargs)
tools/det3d/torchie/trainer/hooks/logger/pavi.py:37
↓ 8 callersMethod_walkToTopParent
tools/catkin_ws/src/geometry2/tf2/src/buffer_core.cpp:1647
↓ 8 callersMethodangle
@brief Return the ***half*** angle between this quaternion and the other * @param q The other quaternion */
tools/catkin_ws/src/geometry/tf/include/tf/LinearMath/Quaternion.h:213
↓ 8 callersMethoddata
\brief Returns pointer to underlying array.
include/common/buffers.h:111
↓ 8 callersFunctionexp
Exponential function. \param arg function argument \return e raised to \a arg template<typename T> typename enable<expr,T>::type exp(T arg) { return f
include/common/half.h:3071
↓ 8 callersFunctiongenerate_rand_vectors
tools/catkin_ws/src/geometry/tf/test/tf_unittest.cpp:49
↓ 8 callersFunctionpow
Power function. \param base first argument \param exp second argument \return \a base raised to \a exp template<typename T,typename U> typename enable
include/common/half.h:3217
↓ 8 callersMethodsetData
Set the data element */
tools/catkin_ws/src/geometry/tf/include/tf/transform_datatypes.h:70
↓ 8 callersFunctionsetIdentity
tools/catkin_ws/src/geometry2/tf2/test/cache_unittest.cpp:67
↓ 8 callersMethodsetValue
@brief Set x,y,z and zero w * @param x Value of x * @param y Value of y * @param z Value of z */
tools/catkin_ws/src/geometry2/tf2/include/tf2/LinearMath/QuadWord.h:102
↓ 8 callersFunctionsetupTree
tools/catkin_ws/src/geometry2/test_tf2/test/buffer_core_test.cpp:147
↓ 8 callersFunctiontf2SetMax
tools/catkin_ws/src/geometry2/tf2/include/tf2/LinearMath/MinMax.h:48
↓ 8 callersFunctiontf2SetMin
tools/catkin_ws/src/geometry2/tf2/include/tf2/LinearMath/MinMax.h:39
↓ 8 callersFunctiontfSetMax
tools/catkin_ws/src/geometry/tf/include/tf/LinearMath/MinMax.h:43
↓ 8 callersFunctiontfSetMin
tools/catkin_ws/src/geometry/tf/include/tf/LinearMath/MinMax.h:34
↓ 8 callersFunctiontransformToEigen
\brief Convert a timestamped transform to the equivalent Eigen data type. * \param t The transform to convert, as a geometry_msgs Transform message.
tools/catkin_ws/src/geometry2/tf2_eigen/include/tf2_eigen/tf2_eigen.h:47
↓ 7 callersMethodTransformException
tools/catkin_ws/src/geometry2/tf2/include/tf2/exceptions.h:46
↓ 7 callersMethod_create
(cls, client, bucket: str, key_parts: Tuple[str])
tools/det3d/datasets/utils/oss.py:147
↓ 7 callersMethodadd
(self, module, name=None)
tools/det3d/models/utils/misc.py:82
↓ 7 callersFunctionbuiltin_isinf
include/common/half.h:564
↓ 7 callersFunctioncenter_to_corner_box2d
convert kitti locations, dimensions and angles to corners. format: center(xy), dims(xy), angles(clockwise when positive) Args: ce
tools/det3d/core/bbox/box_np_ops.py:268
↓ 7 callersFunctioncenter_to_corner_box3d
convert kitti locations, dimensions and angles to corners Args: centers (float array, shape=[N, 3]): locations in kitti label file.
tools/det3d/core/bbox/box_np_ops.py:244
↓ 7 callersMethodclear
* \brief Clear any messages currently in the queue */
tools/catkin_ws/src/geometry2/tf2_ros/include/tf2_ros/message_filter.h:278
↓ 7 callersMethodclear
tools/catkin_ws/src/geometry2/tf2/src/buffer_core.cpp:184
↓ 7 callersMethodgetLatestCommonTime
tools/catkin_ws/src/geometry/tf/src/tf.cpp:417
↓ 7 callersMethodgetReportableSeverity
include/common/logging.h:372
↓ 7 callersFunctionget_dist_info
()
tools/det3d/torchie/trainer/utils.py:22
↓ 7 callersFunctioninsertShapesBuild
include/common/sampleOptions.cpp:228
↓ 7 callersMethodlength2
@brief Return the length squared of the quaternion */
tools/catkin_ws/src/geometry/tf/include/tf/LinearMath/Quaternion.h:163
↓ 7 callersFunctionlocateFile
Locate path to file, given its filename or filepath suffix and possible dirs it might lie in. Function will also walk back MAX_DEPTH dirs from CWD to
include/common/common.h:229
↓ 7 callersFunctionnow_fallback_to_wall
This is a workaround for the case that we're running inside of rospy and ros::Time is not initialized inside the c++ instance. This makes the
tools/catkin_ws/src/geometry2/tf2_ros/src/buffer.cpp:75
↓ 7 callersMethodok
tools/catkin_ws/src/geometry/tf/src/tf.cpp:445
↓ 7 callersFunctionpoints_in_convex_polygon_3d_jit
check points is in 3d convex polygons. Args: points: [num_points, 3] array. polygon_surfaces: [num_polygon, max_num_surfaces,
tools/det3d/core/bbox/geometry.py:223
↓ 7 callersMethodput
:param bytes_or_file: bytes or file-like object to be uploaded to OSS :returns: wheter successfully uploaded
tools/det3d/datasets/utils/oss.py:508
↓ 7 callersFunctionseed_rand
tools/catkin_ws/src/geometry/tf/test/cache_unittest.cpp:37
↓ 7 callersMethodsetValue
void getValue(tfScalar *m) const { m[0] = m_floats[0]; m[1] = m_floats[1]; m[2] =m_floats[2]; } */ @brief Set the values * @param x
tools/catkin_ws/src/geometry/tf/include/tf/LinearMath/Vector3.h:610
↓ 7 callersMethodsetValue
void getValue(tf2Scalar *m) const { m[0] = m_floats[0]; m[1] = m_floats[1]; m[2] =m_floats[2]; } */ @brief Set the values * @param x
tools/catkin_ws/src/geometry2/tf2/include/tf2/LinearMath/Vector3.h:608
↓ 7 callersMethodsetZ
@brief Set the z value */
tools/catkin_ws/src/geometry/tf/include/tf/LinearMath/QuadWord.h:70
↓ 7 callersMethodset_val
Set `val` inside the optimizer dictionary at `key`.
tools/det3d/solver/fastai_optim.py:252
↓ 7 callersMethodtdotx
tools/catkin_ws/src/geometry/tf/include/tf/LinearMath/Matrix3x3.h:396
↓ 7 callersMethodtdotx
tools/catkin_ws/src/geometry2/tf2/include/tf2/LinearMath/Matrix3x3.h:395
↓ 7 callersMethodtdoty
tools/catkin_ws/src/geometry/tf/include/tf/LinearMath/Matrix3x3.h:400
↓ 7 callersMethodtdoty
tools/catkin_ws/src/geometry2/tf2/include/tf2/LinearMath/Matrix3x3.h:399
↓ 7 callersMethodtdotz
tools/catkin_ws/src/geometry/tf/include/tf/LinearMath/Matrix3x3.h:404
↓ 7 callersMethodtdotz
tools/catkin_ws/src/geometry2/tf2/include/tf2/LinearMath/Matrix3x3.h:403
↓ 7 callersFunctiontf2Acos
tools/catkin_ws/src/geometry2/tf2/include/tf2/LinearMath/Scalar.h:182
↓ 7 callersFunctiontfAcos
tools/catkin_ws/src/geometry/tf/include/tf/LinearMath/Scalar.h:184
↓ 7 callersMethodtransformPoint
tools/catkin_ws/src/geometry/tf/src/tf.cpp:484
↓ 7 callersFunctionwarnx
include/common/windows/getopt.c:122
↓ 6 callersMethod__init__
( self, by_epoch=True, warmup=None, warmup_iters=0, warmup_ratio=0.1, **kwargs )
tools/det3d/torchie/trainer/hooks/lr_updater.py:11
↓ 6 callersMethodceil
Ceiling implementation. \param arg value to round \return rounded value
include/common/half.h:2086
↓ 6 callersFunctioncross
tools/det3d/ops/iou3d_nms/src/iou3d_cpu.cpp:59
↓ 6 callersFunctiondot
@brief Calculate the dot product between two quaternions */
tools/catkin_ws/src/geometry/tf/include/tf/LinearMath/Quaternion.h:391
↓ 6 callersFunctiondot
@brief Calculate the dot product between two quaternions */
tools/catkin_ws/src/geometry2/tf2/include/tf2/LinearMath/Quaternion.h:391
↓ 6 callersMethodexp
Exponential implementation. \param arg function argument \return function value stored in single-preicision
include/common/half.h:1767
↓ 6 callersFunctionfmod
Remainder of division. \param x first operand \param y second operand \return remainder of floating point division. template<typename T,typename U> ty
include/common/half.h:2884
↓ 6 callersFunctionfromMsg
\brief Convert a PointStamped message type to a stamped KDL-specific Vector type. * This function is a specialization of the fromMsg template defined
tools/catkin_ws/src/geometry2/tf2_kdl/include/tf2_kdl/tf2_kdl.h:111
↓ 6 callersFunctiongetPerformanceResult
include/common/sampleReporting.cpp:152
↓ 6 callersFunctiongetShapesBuild
include/common/sampleOptions.cpp:251
↓ 6 callersMethodis_dir
(self)
tools/det3d/datasets/utils/oss.py:323
↓ 6 callersMethodis_file
(self)
tools/det3d/datasets/utils/oss.py:344
↓ 6 callersFunctionis_str
Whether the input is an string instance.
tools/det3d/torchie/utils/misc.py:17
← previousnext →101–200 of 3,537, ranked by callers