Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
seminar-breakout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
seminar-breakout
Commits
9f1a4110
Commit
9f1a4110
authored
Apr 20, 2019
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MaskRCNN] update bbox reg weights
parent
582ec017
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/FasterRCNN/config.py
examples/FasterRCNN/config.py
+1
-1
No files found.
examples/FasterRCNN/config.py
View file @
9f1a4110
...
@@ -172,7 +172,7 @@ _C.RPN.TEST_PER_LEVEL_NMS_TOPK = 1000
...
@@ -172,7 +172,7 @@ _C.RPN.TEST_PER_LEVEL_NMS_TOPK = 1000
# fastrcnn training ---------------------
# fastrcnn training ---------------------
_C
.
FRCNN
.
BATCH_PER_IM
=
512
_C
.
FRCNN
.
BATCH_PER_IM
=
512
_C
.
FRCNN
.
BBOX_REG_WEIGHTS
=
[
10.
,
10.
,
5.
,
5.
]
# Better but non-standard setting: [20, 20, 10, 10]
_C
.
FRCNN
.
BBOX_REG_WEIGHTS
=
[
20.
,
20.
,
10.
,
10.
]
# Detectron: 10, 10, 5, 5
_C
.
FRCNN
.
FG_THRESH
=
0.5
_C
.
FRCNN
.
FG_THRESH
=
0.5
_C
.
FRCNN
.
FG_RATIO
=
0.25
# fg ratio in a ROI batch
_C
.
FRCNN
.
FG_RATIO
=
0.25
# fg ratio in a ROI batch
...
...
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