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

https://github.com/jahongir7174/efficientvitsam

EfficientViTSAM inference using PyTorch
https://github.com/jahongir7174/efficientvitsam

efficientvitsam python pytorch sam segment-anything-model

Last synced: 3 months ago
JSON representation

EfficientViTSAM inference using PyTorch

Awesome Lists containing this project

README

          

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

### 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 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