5663015 / segment_anything_webui

A simple Segment Anything WebUI based on Gradio.
69 stars 8 forks source link
big-models computer-vision deep-learning gradio pretrained-models segment-anything segmentation

Segment Anything WebUI

This project is based on Segment Anything Model by Meta. The UI is based on Gradio.

Change Logs

Usage

Following usage is running on your computer.

pip install git+https://github.com/facebookresearch/segment-anything.git
git clone https://github.com/5663015/segment_anything_webui.git
python app.py

Note: Default model is vit_b,the demo can run on CPU. Default device is cpu

TODO

Reference