You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mismatched type 'Mat' and 'opencv::opencv::hub::core::Mat' have similar names, but are actually distinct types perhaps two different version of crate 'opencv' are being used?
let mut frame = imread("images/persons.jpg", 1).unwrap();
let (bboxes, class_ids, confidences) = model.forward(&frame, 0.25, 0.4).unwrap();