Add Android Demo

This commit is contained in:
tunm
2023-02-28 00:47:31 +08:00
parent 554a25edaa
commit ea70bf116a
22 changed files with 324 additions and 36 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ void HyperLPRContext::operator()(CameraBuffer &buffer) {
// obj.color_classify = PlateColor::GREEN;
// obj.layers = loc.layers;
// LOGD("size %d", text_line.code.size());
if (text_line.code.size() >= 7) {
if (text_line.code.size() >= 8) {
obj.text_confidence = text_line.average_score;
auto type = PreGetPlateType(text_line.code);
if (type == PlateType::UNKNOWN) {