mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 21:26:35 +00:00
- addedd NCNN model support to rtsp_ai_player
- added printing of inference FPS - simple AI test bench which can be used to compare models
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
#include "aiengineinferenceonnxruntime.h"
|
||||
|
||||
|
||||
static const float confThreshold = 0.2f;
|
||||
static const float iouThreshold = 0.4f;
|
||||
static const float maskThreshold = 0.5f;
|
||||
static const float confThreshold = 0.25f;
|
||||
static const float iouThreshold = 0.45f;
|
||||
static const float maskThreshold = 0.45f;
|
||||
|
||||
|
||||
AiEngineInferencevOnnxRuntime::AiEngineInferencevOnnxRuntime(QString modelPath, QObject *parent) :
|
||||
|
||||
Reference in New Issue
Block a user