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
ModelZoo
SOLOv2-pytorch
Commits
726ebdc9
Commit
726ebdc9
authored
Jun 05, 2019
by
Bingchen Zhao
Committed by
Kai Chen
Jun 05, 2019
Browse files
Update GETTING_STARTED.md (#760)
parent
510f0a26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
GETTING_STARTED.md
GETTING_STARTED.md
+2
-2
No files found.
GETTING_STARTED.md
View file @
726ebdc9
...
...
@@ -183,9 +183,9 @@ Here is an example.
'height': 720,
'ann': {
'bboxes': <np.ndarray, float32> (n, 4),
'labels': <np.ndarray,
float32
> (n, ),
'labels': <np.ndarray,
int64
> (n, ),
'bboxes_ignore': <np.ndarray, float32> (k, 4),
'labels_ignore': <np.ndarray,
float32
> (k, ) (optional field)
'labels_ignore': <np.ndarray,
int64
> (k, ) (optional field)
}
},
...
...
...
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