Loading
class Loading(pathToData: File?, imageShape: ImageShape?, labelGenerator: LabelGenerator?, colorMode: ColorOrder)
Content copied to clipboard
This class defines the Loading operation.
Describes the initial phase of data and its labels loading. Could be applied to one file or whole directory.
Constructors
Loading
Link copied to clipboard
fun Loading(pathToData: File? = null, imageShape: ImageShape? = null, labelGenerator: LabelGenerator? = null, colorMode: ColorOrder = ColorOrder.BGR)
Content copied to clipboard
Properties
colorMode
Link copied to clipboard
imageShape
Link copied to clipboard
The shape of input image. If height and width are different for different images, need to skip the filling of these properties of ImageShape.
labelGenerator
Link copied to clipboard
pathToData
Link copied to clipboard