Second release of ONNX exports for modern YOLO models, which are compatible with OpenCV 4.13.0 and libopenshot. Each zip contains a *.onnx model and a *.names file. The repo's models.json has links to each one, plus metadata and sha256 fields. This ALSO contains other models, such as EffecientSAM and the Cutie mask propagation model (the follow-up to XMem model).
2 Effects use these models in OpenShot:
- Object Detection: Uses the YOLO family of models, and the /yolo/models.json
- Object Mask: Uses the EffecientSAM model to generate seed masks, and Cutie model for propagating the mask over time