yolo_binding::core

Function load_one_image_from_memory

Source
pub fn load_one_image_from_memory(
    image_bytes: &[u8],
) -> Result<Tensor, Box<dyn Error>>
Expand description

Load one image from the memory image_bytes: the bytes of the image return: the image tensor