ONNX Overview
iClick can directly load and run ONNX models to implement YOLO inference functionality.
💡 Introduction for Beginners
Compared to general image search and OCR, by loading specifically trained models, you can easily achieve more powerful and versatile image recognition and object detection capabilities.
API List
| API | Description |
|---|---|
| loadOnnxModel | Load ONNX model |
| predictScreenshot | Perform inference prediction on device screen |
| unloadOnnxModel | Unload ONNX model |