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
7e923bfe
Commit
7e923bfe
authored
Oct 19, 2019
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix lint
parent
74badc60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
examples/FasterRCNN/convert_d2/convert_d2.py
examples/FasterRCNN/convert_d2/convert_d2.py
+0
-2
No files found.
examples/FasterRCNN/convert_d2/convert_d2.py
View file @
7e923bfe
...
...
@@ -79,8 +79,6 @@ def convert_weights(d, cfg):
_convert_conv
(
"proposal_generator.rpn_head.objectness_logits"
,
"rpn/class"
)
_convert_conv
(
"proposal_generator.rpn_head.anchor_deltas"
,
"rpn/box"
)
# bbox predictor
def
_convert_box_predictor
(
src
,
dst
):
if
cfg
.
MODEL
.
ROI_BOX_HEAD
.
CLS_AGNOSTIC_BBOX_REG
:
_convert_fc
(
src
+
".bbox_pred"
,
dst
+
"/box"
)
...
...
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