Skip to content
Snippets Groups Projects
Commit 726ebdc9 authored by Bingchen Zhao's avatar Bingchen Zhao Committed by Kai Chen
Browse files

Update GETTING_STARTED.md (#760)

parent 510f0a26
No related branches found
No related tags found
No related merge requests found
......@@ -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)
}
},
...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment