Post-Processor for YuNet face landmarks detector.
std::shared_ptr< yunet::PriorBox > itsPriorBox
virtual ~PostProcessorYuNet()
Destructor.
std::vector< yunet::Face > itsDetections
void report(jevois::StdModule *mod, jevois::RawImage *outimg=nullptr, jevois::OptGUIhelper *helper=nullptr, bool overlay=true, bool idle=false) override
Report what happened in last process() to console/output video/GUI.
void process(std::vector< cv::Mat > const &outs, PreProcessor *preproc) override
Process outputs and draw/send some results.
virtual void freeze(bool doit) override
Freeze/unfreeze parameters that users should not change while running.
Post-Processor for neural network pipeline.