preprocess.py File Reference#
|
Mobilint SDK qb Compiler v0.11.0.1
MCS002-KR
|
Go to the source code of this file.
Classes | |
| class | qubee.calibration.preprocess.GetNpy |
| Load NumPy data from an in-memory array or a .npy file. More... | |
| class | qubee.calibration.preprocess.NpyNormalize |
| class | qubee.calibration.preprocess.NpyPad |
| Pad NumPy arrays to a desired shape. More... | |
| class | qubee.calibration.preprocess.GetImage |
| Retrieve an image tensor from a file path or NumPy array using OpenCV. More... | |
| class | qubee.calibration.preprocess.Pad |
| Pad images to a target shape or to meet a size divisor. More... | |
| class | qubee.calibration.preprocess.Normalize |
| Apply mean/std normalization to images. More... | |
| class | qubee.calibration.preprocess.ResizeTorch |
| class | qubee.calibration.preprocess.Resize |
| Resize images with optional aspect-ratio preservation. More... | |
| class | qubee.calibration.preprocess.CenterCrop |
| Perform a centered crop on the image. More... | |
| class | qubee.calibration.preprocess.SetOrder |
| class | qubee.calibration.preprocess.preproc_builder |
| Build a calibration preprocessing pipeline from a YAML or dict configuration. More... | |
Functions | |
| qubee.calibration.preprocess.preprocess_fnc (fnc, Datatype="Image") | |
Variables | |
| dict | qubee.calibration.preprocess.DTYPE_GETDATA_MAP = {"Image": "GetImage", "Npy": "GetNpy", "LLM": "GetText"} |
Generated by