fix_config_file_about_dbnet_poly_detection (#12463)

release/2.7
WangZ 2024-05-27 11:41:20 +08:00 committed by GitHub
parent 6ed5562ced
commit 8cce9b6fd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ PostProcess:
box_thresh: 0.6
max_candidates: 1000
unclip_ratio: 1.5
det_box_type: 'quad' # 'quad' or 'poly'
box_type: 'quad' # 'quad' or 'poly'
Metric:
name: DetMetric
main_indicator: hmean

View File

@ -54,7 +54,7 @@ PostProcess:
box_thresh: 0.5
max_candidates: 1000
unclip_ratio: 1.5
det_box_type: 'quad' # 'quad' or 'poly'
box_type: 'quad' # 'quad' or 'poly'
Metric:
name: DetMetric
main_indicator: hmean