Update the image crate + use the re-exported version. (#1893)

* Update the image crate + use the re-exported version.

* Update to using ab_glyph.
This commit is contained in:
Laurent Mazare
2024-03-21 10:56:41 +01:00
committed by GitHub
parent 0fddec762e
commit 18036c6ccb
4 changed files with 28 additions and 27 deletions

View File

@ -5,7 +5,7 @@ use candle_transformers::models::segformer::{
Config, ImageClassificationModel, SemanticSegmentationModel,
};
use clap::{Args, Parser, Subcommand};
use image::Rgb;
use imageproc::image::Rgb;
use imageproc::integral_image::ArrayData;
use std::collections::HashMap;
use std::path::PathBuf;