From be620ff844ecfd81f4da2ec0e54a8702fd793352 Mon Sep 17 00:00:00 2001 From: xsl Date: Fri, 5 Jun 2020 14:07:12 +0800 Subject: [PATCH] Adapt to new version --- .idea/HyperLPR.iml | 11 ++ .idea/misc.xml | 4 + .idea/modules.xml | 8 ++ .idea/vcs.xml | 6 ++ .idea/workspace.xml | 171 ++++++++++++++++++++++++++++++++ benchmark.py | 75 -------------- config.json | 18 ---- hyperlpr/pipline.py | 2 +- hyperlpr/recognizer.py | 2 +- hyperlpr/segmentation.py | 2 +- hyperlpr/typeDistinguish.py | 2 +- hyperlpr_py3/pipline.py | 2 +- hyperlpr_py3/recognizer.py | 2 +- hyperlpr_py3/segmentation.py | 2 +- hyperlpr_py3/typeDistinguish.py | 2 +- model/plate_type.h5 | Bin 150520 -> 150528 bytes requirements.txt | 64 ++---------- 17 files changed, 219 insertions(+), 154 deletions(-) create mode 100644 .idea/HyperLPR.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml delete mode 100644 benchmark.py delete mode 100644 config.json diff --git a/.idea/HyperLPR.iml b/.idea/HyperLPR.iml new file mode 100644 index 0000000..6711606 --- /dev/null +++ b/.idea/HyperLPR.iml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..6c993b7 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..bb3c4fd --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..53ab48d --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +