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
invoke
Link copied to clipboard
Applies the preprocessing pipeline to the specific image file.
Properties
finalShape
Link copied to clipboard
imagePreprocessingStage
Link copied to clipboard
tensorPreprocessingStage
Link copied to clipboard
Extensions
load
Link copied to clipboard
transformImage
Link copied to clipboard
transformTensor
Link copied to clipboard