pub fn embedding_from_bbox( bbox: BoundingBox, frame_width: f32, frame_height: f32, ) -> Result<Tensor, AppError>