An open API service indexing awesome lists of open source software.

https://github.com/girinchutia/sam_onnx

A simple package for installing & running Segment Anything (SAM) model in ONNX format.
https://github.com/girinchutia/sam_onnx

computer-vision onnx onnx-models segment-anything segmentation utilities

Last synced: 5 months ago
JSON representation

A simple package for installing & running Segment Anything (SAM) model in ONNX format.

Awesome Lists containing this project

README

          

# SAM ONNX

## Installation
Get started quickly with SAM ONNX! Install it via pip:

```bash
pip install SAM-ONNX
```

Or from root SAM_ONNX folder run,
```bash
python -m pip install -e .
```

## Documentation

[Documentation](https://girinchutia.github.io/SAM_ONNX/)

## Usage
Checkout the below demo

![demo](https://github.com/GirinChutia/SAM_ONNX/blob/main/repo_assests/demo.png)

## License

This project is licensed under the [MIT License](LICENSE).