pub fn read_coco(
meta_data: &MetaData,
coco_file: &ExportPath,
rotation_data: Option<&Rot90ToolData>,
) -> RvResult<(BboxToolData, BrushToolData)>
Expand description
Import annotations in Coco format. Any orientations changes applied with the rotation tool to images that have annotations in the Coco file are applied to the annotations before importing. We expect, that the Coco file contains the annotations relative to the image as it is found in memory ignoring any meta-data.
ยงErrors
- not a coco file
- ssh connection problems