All Classes
| Class | Description |
|---|---|
| DecodeEAST |
Extracts text from a RGB image by using the EAST deep neural network model and the ONNX
Runtime.
|
| DecodeMaskRCNN |
Decodes the inference output from a Mask-RCNN implementation.
|
| OnnxModel |
A model that can be used for inference using the ONNX
Runtime's Java API.
|
| SegmentObjectsFromONNXModel |
Performs instance-segmentation using the ONNX Runtime and an
.onnx model file. |