Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
51307f9e
Commit
51307f9e
authored
Jun 05, 2019
by
hirune924
Committed by
Francisco Massa
Jun 05, 2019
Browse files
Fix COCO_INSTANCE_CATEGORY_NAMES (#991)
parent
04188377
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
docs/source/models.rst
docs/source/models.rst
+10
-10
No files found.
docs/source/models.rst
View file @
51307f9e
...
@@ -273,17 +273,17 @@ models return the predictions of the following classes:
...
@@ -273,17 +273,17 @@ models return the predictions of the following classes:
COCO_INSTANCE_CATEGORY_NAMES = [
COCO_INSTANCE_CATEGORY_NAMES = [
'__background__', 'person', 'bicycle', 'car', 'motorcycle', 'airplane', 'bus',
'__background__', 'person', 'bicycle', 'car', 'motorcycle', 'airplane', 'bus',
'train', 'truck', 'boat', 'traffic
', '
light', 'fire
', '
hydrant', 'N/A', 'stop',
'train', 'truck', 'boat', 'traffic
light', 'fire
hydrant', 'N/A', 'stop
sign
',
'sign',
'parking
', '
meter', 'bench', 'bird', 'cat', 'dog', 'horse', 'sheep', 'cow',
'parking
meter', 'bench', 'bird', 'cat', 'dog', 'horse', 'sheep', 'cow',
'elephant', 'bear', 'zebra', 'giraffe', 'N/A', 'backpack', 'umbrella', 'N/A', 'N/A',
'elephant', 'bear', 'zebra', 'giraffe', 'N/A', 'backpack', 'umbrella', 'N/A', 'N/A',
'handbag', 'tie', 'suitcase', 'frisbee', 'skis', 'snowboard', 'sports
', '
ball',
'handbag', 'tie', 'suitcase', 'frisbee', 'skis', 'snowboard', 'sports
ball',
'kite', 'baseball
', '
bat', 'baseball
', '
glove', 'skateboard', 'surfboard', 'tennis',
'kite', 'baseball
bat', 'baseball
glove', 'skateboard', 'surfboard', 'tennis
racket
',
'racket',
'bottle', 'N/A', 'wine
', '
glass', 'cup', 'fork', 'knife', 'spoon', 'bowl',
'bottle', 'N/A', 'wine
glass', 'cup', 'fork', 'knife', 'spoon', 'bowl',
'banana', 'apple', 'sandwich', 'orange', 'broccoli', 'carrot', 'hot
', '
dog', 'pizza',
'banana', 'apple', 'sandwich', 'orange', 'broccoli', 'carrot', 'hot
dog', 'pizza',
'donut', 'cake', 'chair', 'couch', 'potted
', '
plant', 'bed', 'N/A', 'dining
', '
table',
'donut', 'cake', 'chair', 'couch', 'potted
plant', 'bed', 'N/A', 'dining
table',
'N/A', 'N/A', 'toilet', 'N/A', 'tv', 'laptop', 'mouse', 'remote', 'keyboard', 'cell',
'N/A', 'N/A', 'toilet', 'N/A', 'tv', 'laptop', 'mouse', 'remote', 'keyboard', 'cell
phone
',
'phone',
'microwave', 'oven', 'toaster', 'sink', 'refrigerator', 'N/A', 'book',
'microwave', 'oven', 'toaster', 'sink', 'refrigerator', 'N/A', 'book',
'clock', 'vase', 'scissors', 'teddy
', '
bear', 'hair
', '
drier', 'toothbrush'
'clock', 'vase', 'scissors', 'teddy
bear', 'hair
drier', 'toothbrush'
]
]
...
...
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