pub fn load_supervised_image_manifest_csv_file<P: AsRef<Path>>(
path: P,
config: &SupervisedImageManifestConfig,
) -> Result<SupervisedDataset, ModelError>Expand description
Loads supervised training image-manifest CSV from file.
pub fn load_supervised_image_manifest_csv_file<P: AsRef<Path>>(
path: P,
config: &SupervisedImageManifestConfig,
) -> Result<SupervisedDataset, ModelError>Loads supervised training image-manifest CSV from file.