#include <SpatialDetectionNetwork.hpp>
Public Member Functions | |
MobileNetSpatialDetectionNetwork (const std::shared_ptr< PipelineImpl > &par, int64_t nodeId) | |
![]() | |
std::unique_ptr< Node > | clone () const override |
const char * | getName () const override |
Additional Inherited Members | |
![]() | |
using | Properties = SpatialDetectionNetworkProperties |
![]() | |
Properties & | properties |
Underlying properties. More... | |
MobileNetSpatialDetectionNetwork node. Mobilenet-SSD based network with spatial location data.
Definition at line 109 of file SpatialDetectionNetwork.hpp.
dai::node::MobileNetSpatialDetectionNetwork::MobileNetSpatialDetectionNetwork | ( | const std::shared_ptr< PipelineImpl > & | par, |
int64_t | nodeId | ||
) |
Definition at line 45 of file SpatialDetectionNetwork.cpp.