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
c5475085
Commit
c5475085
authored
Nov 01, 2018
by
Yan Li
Committed by
Francisco Massa
Nov 01, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo (#90)
parent
c8f3e3b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bounding_box.py
maskrcnn_benchmark/structures/bounding_box.py
+1
-1
No files found.
maskrcnn_benchmark/structures/bounding_box.py
View file @
c5475085
...
@@ -10,7 +10,7 @@ class BoxList(object):
...
@@ -10,7 +10,7 @@ class BoxList(object):
"""
"""
This class represents a set of bounding boxes.
This class represents a set of bounding boxes.
The bounding boxes are represented as a Nx4 Tensor.
The bounding boxes are represented as a Nx4 Tensor.
In order
ot
uniquely determine the bounding boxes with respect
In order
to
uniquely determine the bounding boxes with respect
to an image, we also store the corresponding image dimensions.
to an image, we also store the corresponding image dimensions.
They can contain extra information that is specific to each bounding box, such as
They can contain extra information that is specific to each bounding box, such as
labels.
labels.
...
...
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