Skip to content

Commit 965332b

Browse files
committed
SandwichIngredientDetector: update LOG10P threshold.
1 parent 0ac984d commit 965332b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonSV/Inference/Picnics/PokemonSV_SandwichIngredientDetector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class SandwichCondimentMatcher : public ImageMatch::CroppedImageDictionaryMatche
133133

134134
class SandwichFillingOCR : public OCR::SmallDictionaryMatcher{
135135
public:
136-
static constexpr double MAX_LOG10P = -1.5;
136+
static constexpr double MAX_LOG10P = -2.0;
137137
static constexpr double MAX_LOG10P_SPREAD = 0.5;
138138

139139
public:

0 commit comments

Comments
 (0)