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.
- Host: GitHub
- URL: https://github.com/girinchutia/sam_onnx
- Owner: GirinChutia
- Created: 2024-04-03T08:50:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T08:59:22.000Z (about 2 years ago)
- Last Synced: 2025-09-04T22:59:56.479Z (10 months ago)
- Topics: computer-vision, onnx, onnx-models, segment-anything, segmentation, utilities
- Language: Jupyter Notebook
- Homepage: https://girinchutia.github.io/SAM_ONNX/
- Size: 3.06 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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