ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
reusex::vision::onnx Namespace Reference

Classes

class  ONNXBackend
 ONNX Runtime backend implementation of the IMLBackend interface. More...
class  ONNXSam3
 SAM3 segmentation model using ONNX Runtime for CPU/GPU inference. More...
struct  ONNXSam3Data
 Data carrier for ONNX Runtime SAM3 inference pipeline. More...
class  ONNXSam3Dataset
 Dataset for ONNX Runtime SAM3 model inference. More...
struct  Sam3PromptUnit
 A single SAM3 prompt unit with text and optional box prompts. More...

Typedefs

using BoxPrompt = std::pair<std::string, std::array<float, 4>>
 A bounding-box prompt: label ("pos"/"neg") and [x1, y1, x2, y2].

Typedef Documentation

◆ BoxPrompt

using reusex::vision::onnx::BoxPrompt = std::pair<std::string, std::array<float, 4>>

A bounding-box prompt: label ("pos"/"neg") and [x1, y1, x2, y2].

Definition at line 15 of file Sam3Type.hpp.