|
VART-X
0.3.0
|
PreProcess module for data preparation prior to inference. More...
#include <cstdint>#include <memory>#include <string>#include "vart_device.hpp"#include "vart_preprocess_types.hpp"#include "vart_videoframe.hpp"
Go to the source code of this file.
Classes | |
| class | vart::PreProcess |
The preprocessing module handles data preparation tasks such as normalization, scaling, and video format conversion. This module supports software-based pre-processing as well as hardware-accelerated pre-processing for optimized performance. It ensures that input data is appropriately formatted for inference. Applications can also supply a custom pre-processing implementation via the PreProcessImplBase constructor. More... | |
Namespaces | |
| vart | |
| VART (Vitis AI Runtime) public API namespace. | |
PreProcess module for data preparation prior to inference.