Skip to content

Commit 763acc0

Browse files
UserWangZzadiel
authored and
adiel
committed
fix_config_file_about_dbnet_poly_detection (PaddlePaddle#12463)
1 parent 8958d83 commit 763acc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: configs/det/det_r50_db++_icdar15.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ PostProcess:
5454
box_thresh: 0.6
5555
max_candidates: 1000
5656
unclip_ratio: 1.5
57-
det_box_type: 'quad' # 'quad' or 'poly'
57+
box_type: 'quad' # 'quad' or 'poly'
5858
Metric:
5959
name: DetMetric
6060
main_indicator: hmean

Diff for: configs/det/det_r50_db++_td_tr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ PostProcess:
5454
box_thresh: 0.5
5555
max_candidates: 1000
5656
unclip_ratio: 1.5
57-
det_box_type: 'quad' # 'quad' or 'poly'
57+
box_type: 'quad' # 'quad' or 'poly'
5858
Metric:
5959
name: DetMetric
6060
main_indicator: hmean

0 commit comments

Comments
 (0)