gapi_onnx_params
import { gapi_onnx_params } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTStag, model_path
FUNCTIONgapi_onnx_params
RETURN TYPEgapi_onnx_PyParams
Create network parameter configuration. These parameter objects describe an optional OpenVINO or ONNX Runtime backend, which is not linked in this WASM build. Use gapi.dnn.Params for executable CPU inference.
gapi_onnx_params(tag: EmbindString, model_path: EmbindString): gapi_onnx_PyParams;tagtag argument (EmbindString).
model_pathmodel path argument (EmbindString).
Returns
The gapi_onnx_PyParams result.
These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.