use aksr::Builder; use crate::{InstanceMeta, Keypoint, Style}; #[derive(Builder, Clone, Default)] pub struct Hbb { x: f32, y: f32, w: f32, h: f32, meta: InstanceMeta, style: Option