menu
aicycle_yolo package
documentation
models/yolo_result.dart
YOLOSemanticMask
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() => { 'classMap': classMap, 'width': width, 'height': height, };
aicycle_yolo package
documentation
models/yolo_result
YOLOSemanticMask
toMap method
YOLOSemanticMask class