Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
b0feca82
Commit
b0feca82
authored
Sep 09, 2021
by
LDOUBLEV
Browse files
fix nonfinite
parent
d2bace5a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
tests/configs/det_mv3_db.yml
tests/configs/det_mv3_db.yml
+3
-3
tests/ocr_det_params.txt
tests/ocr_det_params.txt
+1
-1
No files found.
tests/configs/det_mv3_db.yml
View file @
b0feca82
...
@@ -23,10 +23,10 @@ Architecture:
...
@@ -23,10 +23,10 @@ Architecture:
name
:
MobileNetV3
name
:
MobileNetV3
scale
:
0.5
scale
:
0.5
model_name
:
large
model_name
:
large
disable_se
:
Tru
e
disable_se
:
Fals
e
Neck
:
Neck
:
name
:
DBFPN
name
:
DBFPN
out_channels
:
9
6
out_channels
:
25
6
Head
:
Head
:
name
:
DBHead
name
:
DBHead
k
:
50
k
:
50
...
@@ -74,7 +74,7 @@ Train:
...
@@ -74,7 +74,7 @@ Train:
channel_first
:
False
channel_first
:
False
-
DetLabelEncode
:
# Class handling label
-
DetLabelEncode
:
# Class handling label
-
Resize
:
-
Resize
:
#
size: [640, 640]
size
:
[
640
,
640
]
-
MakeBorderMap
:
-
MakeBorderMap
:
shrink_ratio
:
0.4
shrink_ratio
:
0.4
thresh_min
:
0.3
thresh_min
:
0.3
...
...
tests/ocr_det_params.txt
View file @
b0feca82
...
@@ -35,7 +35,7 @@ export1:null
...
@@ -35,7 +35,7 @@ export1:null
export2:null
export2:null
##
##
train_model:./inference/ch_ppocr_mobile_v2.0_det_train/best_accuracy
train_model:./inference/ch_ppocr_mobile_v2.0_det_train/best_accuracy
infer_export:tools/export_model.py -c configs/
det/
det_mv3_db.yml -o
infer_export:tools/export_model.py -c
tests/
configs/
ch_ppocr_v2.0/ch_
det_mv3_db
_v2.0
.yml -o
infer_quant:False
infer_quant:False
inference:tools/infer/predict_det.py
inference:tools/infer/predict_det.py
--use_gpu:True|False
--use_gpu:True|False
...
...
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