--- license: other pipeline_tag: image-segmentation --- # VisVerity Models This repository hosts ONNX model assets used by VisVerity, a computer vision annotation app. ## Repository Layout - `sam2/`: Artifacts and config related to SAM 2 exports. - `sam3/`: Artifacts and config related to SAM 3 exports. - `licenses/`: Third-party license texts and source references. - `NOTICE`: Aggregated attribution notice for bundled or distributed components. ## Intended Use These assets are intended for image segmentation in annotation-assisted workflows. ## Acknowledgments This work would not have been possible without the following contributions from the open source community. Many thanks! | Component | Upstream Project | Upstream License | | --- | --- | --- | | SAM 2 | [facebookresearch/sam2](https://github.com/facebookresearch/sam2) | Apache 2.0 | | SAM 3 | [facebookresearch/sam3](https://github.com/facebookresearch/sam3) | Meta Custom | | ONNX Runtime | [microsoft/onnxruntime](https://github.com/microsoft/onnxruntime) | MIT | | ONNX SAM Exports | [vietanhdev/samexporter](https://github.com/vietanhdev/samexporter) | MIT | ## Licensing Notes - This repository uses `license: other` because included and referenced assets carry mixed upstream licenses. - See `NOTICE` for consolidated attribution details. - See files in `licenses/` for per-component license texts and source references used in this repository.