This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!11962
Add rpn proposals
From:
@zhouyaqiang0
Reviewed-by: @wuxuejian,@oacjiewen,@wuxuejian Signed-off-by:
@wuxuejian
tags/v1.2.0-rc1
mindspore-ci-bot
Gitee
5 years ago
parent
4b641148d9
f9228a3e6a
commit
8cbbfdcbda
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
model_zoo/official/cv/deeptext/src/config.py
+ 4
- 4
model_zoo/official/cv/deeptext/src/config.py
View File
@@ -86,12 +86,12 @@ config = ed({
# test proposal
"rpn_nms_across_levels": False,
"rpn_nms_pre":
3
00,
"rpn_nms_post":
3
00,
"rpn_max_num":
3
00,
"rpn_nms_pre":
10
00,
"rpn_nms_post":
10
00,
"rpn_max_num":
10
00,
"rpn_nms_thr": 0.7,
"rpn_min_bbox_min_size": 0,
"test_score_thr": 0.
95
,
"test_score_thr": 0.
80
,
"test_iou_thr": 0.5,
"test_max_per_img": 100,
"test_batch_size": 2,
Write
Preview
Loading…
Cancel
Save