Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
M
maskrcnn
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
人工智能
maskrcnn
Commits
abf36b94
Commit
abf36b94
authored
Jan 21, 2019
by
103yiran
Committed by
Francisco Massa
Jan 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Uniform annotation format (#357)
parent
d28845e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
generalized_rcnn.py
maskrcnn_benchmark/modeling/detector/generalized_rcnn.py
+1
-1
No files found.
maskrcnn_benchmark/modeling/detector/generalized_rcnn.py
View file @
abf36b94
...
@@ -18,7 +18,7 @@ class GeneralizedRCNN(nn.Module):
...
@@ -18,7 +18,7 @@ class GeneralizedRCNN(nn.Module):
Main class for Generalized R-CNN. Currently supports boxes and masks.
Main class for Generalized R-CNN. Currently supports boxes and masks.
It consists of three main parts:
It consists of three main parts:
- backbone
- backbone
=
rpn
-
rpn
- heads: takes the features + the proposals from the RPN and computes
- heads: takes the features + the proposals from the RPN and computes
detections / masks from it.
detections / masks from it.
"""
"""
...
...
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