DetectionTypes.h File
Detection helpers for decoding model outputs. More...
Included Headers
#include "pipeline/TensorCore.h"
#include <cstdint>
#include <string>
#include <vector>
Namespaces Index
| namespace | simaai |
| namespace | neat |
Classes Index
| struct | Box |
| struct | BoxDecodeResult |
Description
Detection helpers for decoding model outputs.
File Listing
The file content with the documentation metadata removed is:
8#include "pipeline/TensorCore.h"
14namespace simaai::neat {
25struct BoxDecodeResult {
30std::vector<Box> parse_bbox_bytes(const std::vector<uint8_t>& bytes, int img_w, int img_h,
33BoxDecodeResult decode_bbox_tensor(const simaai::neat::Tensor& tensor, int img_w, int img_h,
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.