|
| | cxxopts.hpp |
| |
| | helpers.hpp |
| |
| | inference_embedding.cpp |
| | Example for performing image embedding using a neural network model like CosPlace or EigenPlaces.
|
| |
| | inference_segmentation.cpp |
| | Example for performing segmentation inference using a neural network model.
|
| |
| | map.cpp |
| | Example usage of the Tensor class to create a 2D tensor and map its values to colors.
|
| |
| | reduce.cpp |
| | Example usage of the Tensor class to create a 2D tensor and reduce it along an axis by summing the values.
|
| |
| | reduceWithIndex.cpp |
| | Example usage of the Tensor class to create a 3D tensor and reduce it along an axis by finding the index of the maximum value.
|
| |