SmartCrop: fix debug image not being outputed in all cases where it should
This commit is contained in:
parent
e083ce3da7
commit
2a6908c849
2 changed files with 11 additions and 15 deletions
|
|
@ -42,9 +42,9 @@ public:
|
|||
};
|
||||
|
||||
private:
|
||||
static constexpr float modelConfidenceThreshold = 0.25;
|
||||
static constexpr float modelScoreThreshold = 0.45;
|
||||
static constexpr float modelNMSThreshold = 0.50;
|
||||
static constexpr float modelConfidenceThreshold = 0.20;
|
||||
static constexpr float modelScoreThreshold = 0.40;
|
||||
static constexpr float modelNMSThreshold = 0.45;
|
||||
|
||||
std::string modelPath;
|
||||
std::vector<std::pair<std::string, int>> classes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue