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

https://github.com/jahongir7174/efficientvitsam-onnx

EfficientViTSAM inference using ONNXRuntime
https://github.com/jahongir7174/efficientvitsam-onnx

efficientvitsam onnxruntime onnxruntime-gpu python sam

Last synced: 6 months ago
JSON representation

EfficientViTSAM inference using ONNXRuntime

Awesome Lists containing this project

README

          

[EfficientViTSAM](https://github.com/mit-han-lab/efficientvit) inference using ONNXRuntime

### Installation

```
conda create -n SAM python=3.8
conda activate SAM
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
pip install onnxruntime
pip install PyYAML
pip install matplotlib
```

### Test

* Run `python main.py --image_path ./demo/cat.jpg --output_path ./demo/cat.png --mode point`

### Results

#### Reference

* https://github.com/mit-han-lab/efficientvit