Preprocessing
class Preprocessing
Content copied to clipboard
The data preprocessing pipeline presented as Kotlin DSL on receivers.
Could be used to handle directory of images or one image file.
Constructors
Preprocessing
Link copied to clipboard
fun Preprocessing()
Content copied to clipboard
Functions
getFinalShape
Link copied to clipboard
Returns the final shape of data when image preprocessing is applied to the image with the given shape.
invoke
Link copied to clipboard
Applies the preprocessing pipeline to the specific image file.
Properties
Extensions
transformImage
Link copied to clipboard
Defines preprocessing operations on the image.
transformTensor
Link copied to clipboard
Defines preprocessing operations on the tensor.