get_annotations {fastai} | R Documentation |
Get_annotations
Description
Open a COCO style json in 'fname' and returns the lists of filenames (with maybe 'prefix') and labelled bboxes.
Usage
get_annotations(fname, prefix = NULL)
Arguments
fname |
folder name |
prefix |
prefix |
Value
None
[Package fastai version 2.2.2 Index]