Type Alias rvlib::tools_data::bbox_data::AnnotationsMap
source · pub type AnnotationsMap = HashMap<String, (BboxAnnotations, Shape)>;Expand description
filename -> (annotations per file, file dimensions)
Aliased Type§
struct AnnotationsMap { /* private fields */ }