更新到HyperLPR3版本

This commit is contained in:
tunmx
2023-02-27 15:47:55 +08:00
parent 7ae4d385e1
commit 0864e05f76
912 changed files with 8160 additions and 221461 deletions
@@ -0,0 +1,17 @@
//
// Created by tunm on 2023/1/25.
//
#pragma once
#ifndef ZEPHYRLPR_PLATE_RECOGNITION_TOKENIZE_H
#define ZEPHYRLPR_PLATE_RECOGNITION_TOKENIZE_H
#include <iostream>
static const std::vector<std::string> TOKENIZE = {
"blank", "'", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F", "G", "H", "J",
"K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "使", ""};
#endif //ZEPHYRLPR_PLATE_RECOGNITION_TOKENIZE_H