![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "ml/contrib/IoU.h"#include <Logging.h>#include "cloudViewer/core/TensorCheck.h"#include "pybind/cloudViewer_pybind.h"#include "pybind/core/tensor_converter.h"#include "pybind/docstring.h"#include "pybind/ml/contrib/contrib.h"#include "pybind/pybind_utils.h"
Go to the source code of this file.
Namespaces | |
| cloudViewer | |
| Generic file read and write utility for python interface. | |
| cloudViewer::ml | |
| cloudViewer::ml::contrib | |
Functions | |
| py::array | cloudViewer::ml::contrib::IouBevCPU (py::array boxes_a, py::array boxes_b) |
| py::array | cloudViewer::ml::contrib::Iou3dCPU (py::array boxes_a, py::array boxes_b) |
| void | cloudViewer::ml::contrib::pybind_contrib_iou (py::module &m_contrib) |