Module data_set

Module data_set 

Source
Expand description

This module contains the data set types used for training.

Re-exports§

pub use image_data_set::*;

Modules§

image_data_set
ImageDataSet is a simple struct that holds the path to a directory containing images. It is used to represent a dataset of images that can be used for training a model.

Structs§

TrainingDataSet
A training data set.