Releases: PINTO0309/yolact_edge_onnx_tensorrt_myriad
Releases · PINTO0309/yolact_edge_onnx_tensorrt_myriad
1.0.4
- Multi-Class NonMaximumSuppression, CombinedNonMaxSuppression for ONNX
- Support for OAK (Myriad)
- Support for TensorRT
- Support for OpenVINO
- Support for ONNX CPU
1.0.3
- add
matmul
to proto
- However, crop processing of the area outside the bounding box is excluded.
MatMul
matrix calculations are too large, causing Out of Memory in OAK; use v1.0.2 models for use in OAK.
1.0.2
- The output
proto
of MASK was missing and has been corrected.