1 2 3
pub const INPUT_SIZE: u32 = 640; pub const SCORE_THRESHOLD: f32 = 0.6; pub const NMS_THRESHOLD: f32 = 0.4;