Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
LPR-Accuracy-Testing
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YONG-LIN SU
LPR-Accuracy-Testing
Commits
772f4415
Commit
772f4415
authored
Jun 24, 2019
by
Bruce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0624
parent
a0bf954f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
111 additions
and
22 deletions
+111
-22
Accuracy_Testing-checkpoint.ipynb
.ipynb_checkpoints/Accuracy_Testing-checkpoint.ipynb
+55
-14
Accuracy_Testing.ipynb
Accuracy_Testing.ipynb
+53
-7
segmentation_0124.cpython-36.pyc
hyperlpr/__pycache__/segmentation_0124.cpython-36.pyc
+0
-0
segmentation_0124.py
hyperlpr/segmentation_0124.py
+3
-1
No files found.
.ipynb_checkpoints/Accuracy_Testing-checkpoint.ipynb
View file @
772f4415
This diff is collapsed.
Click to expand it.
Accuracy_Testing.ipynb
View file @
772f4415
This diff is collapsed.
Click to expand it.
hyperlpr/__pycache__/segmentation_0124.cpython-36.pyc
View file @
772f4415
No preview for this file type
hyperlpr/segmentation_0124.py
View file @
772f4415
...
@@ -368,6 +368,8 @@ def slidingWindowsEval(image):
...
@@ -368,6 +368,8 @@ def slidingWindowsEval(image):
# cv2.imwrite("./mid_none/"+str(filename),image)
# cv2.imwrite("./mid_none/"+str(filename),image)
return
[]
return
[]
pin
=
np
.
array
(
pin
)
pin
=
np
.
array
(
pin
)
cut_data
=
p
,
lmin
# nums=len(l.argrelmin(np.array(p),order = 3)[0])+1
# nums=len(l.argrelmin(np.array(p),order = 3)[0])+1
# print("W:",nums)
# print("W:",nums)
...
@@ -451,4 +453,4 @@ def slidingWindowsEval(image):
...
@@ -451,4 +453,4 @@ def slidingWindowsEval(image):
# print("字符识别",time.time() - t0)
# print("字符识别",time.time() - t0)
return
refined
,
name
,
confidence
,
nums
return
refined
,
name
,
confidence
,
nums
,
cut_data
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment