pub fn predict_by_danbooru2021<M, I>(
    model: M,
    image: I
) -> OrtResult<Vec<(&'static str, f32)>>where
    M: AsRef<Path>,
    I: AsRef<Path>,
Expand description

One-time prediction of tags in pictures, suitable for command line usage.