class documentation
class PreprocessingBlock(BaseModelExtraForbid):
Preprocessing operations applied to model input data.
| Instance Variable | dai |
Optional DepthAI input type used to configure pipeline input handling. |
| Instance Variable | interleaved |
Optional legacy layout conversion flag. |
| Instance Variable | mean |
Optional mean values in channel order. The order should match the preprocessing used during training. |
| Instance Variable | reverse |
Optional legacy channel-order flag. |
| Instance Variable | scale |
Optional standardization values in channel order. The order should match the preprocessing used during training. |
Optional mean values in channel order. The order should match the preprocessing used during training.