BAAI / seggpt-vit-large

huggingface.co
Total runs: 4.5K
24-hour runs: 417
7-day runs: 927
30-day runs: -9.5K
Model's Last Updated: February 22 2024

Introduction of seggpt-vit-large

Model Details of seggpt-vit-large

SegGPT model

The SegGPT model was proposed in SegGPT: Segmenting Everything In Context by Xinlong Wang, Xiaosong Zhang, Yue Cao, Wen Wang, Chunhua Shen, Tiejun Huang.

Model description

SegGPT employs a decoder-only (GPT-like) Transformer that can generate a segmentation mask given an input image, a prompt image and its corresponding prompt mask. The model achieves remarkable one-shot results with 56.1 mIoU on COCO-20 and 85.6 mIoU on FSS-1000.

Intended uses & limitations

You can use the raw model for one-shot image segmentation.

How to use

Here's how to use the model for one-shot semantic segmentation:

import torch
from datasets import load_dataset
from transformers import SegGptImageProcessor, SegGptForImageSegmentation

model_id = "BAAI/seggpt-vit-large"
image_processor = SegGptImageProcessor.from_pretrained(checkpoint)
model = SegGptForImageSegmentation.from_pretrained(checkpoint)

dataset_id = "EduardoPacheco/FoodSeg103"
ds = load_dataset(dataset_id, split="train")
# Number of labels in FoodSeg103 (not including background)
num_labels = 103

image_input = ds[4]["image"]
ground_truth = ds[4]["label"]
image_prompt = ds[29]["image"]
mask_prompt = ds[29]["label"]

inputs = image_processor(
    images=image_input, 
    prompt_images=image_prompt,
    prompt_masks=mask_prompt, 
    num_labels=num_labels,
    return_tensors="pt"
)

with torch.no_grad():
    outputs = model(**inputs)

target_sizes = [image_input.size[::-1]]
mask = image_processor.post_process_semantic_segmentation(outputs, target_sizes, num_labels=num_labels)[0]
BibTeX entry and citation info
@misc{wang2023seggpt,
      title={SegGPT: Segmenting Everything In Context}, 
      author={Xinlong Wang and Xiaosong Zhang and Yue Cao and Wen Wang and Chunhua Shen and Tiejun Huang},
      year={2023},
      eprint={2304.03284},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}

Runs of BAAI seggpt-vit-large on huggingface.co

4.5K
Total runs
417
24-hour runs
744
3-day runs
927
7-day runs
-9.5K
30-day runs

More Information About seggpt-vit-large huggingface.co Model

More seggpt-vit-large license Visit here:

https://choosealicense.com/licenses/apache-2.0

seggpt-vit-large huggingface.co

seggpt-vit-large huggingface.co is an AI model on huggingface.co that provides seggpt-vit-large's model effect (), which can be used instantly with this BAAI seggpt-vit-large model. huggingface.co supports a free trial of the seggpt-vit-large model, and also provides paid use of the seggpt-vit-large. Support call seggpt-vit-large model through api, including Node.js, Python, http.

seggpt-vit-large huggingface.co Url

https://huggingface.co/BAAI/seggpt-vit-large

BAAI seggpt-vit-large online free

seggpt-vit-large huggingface.co is an online trial and call api platform, which integrates seggpt-vit-large's modeling effects, including api services, and provides a free online trial of seggpt-vit-large, you can try seggpt-vit-large online for free by clicking the link below.

BAAI seggpt-vit-large online free url in huggingface.co:

https://huggingface.co/BAAI/seggpt-vit-large

seggpt-vit-large install

seggpt-vit-large is an open source model from GitHub that offers a free installation service, and any user can find seggpt-vit-large on GitHub to install. At the same time, huggingface.co provides the effect of seggpt-vit-large install, users can directly use seggpt-vit-large installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

seggpt-vit-large install url in huggingface.co:

https://huggingface.co/BAAI/seggpt-vit-large

Url of seggpt-vit-large

seggpt-vit-large huggingface.co Url

Provider of seggpt-vit-large huggingface.co

BAAI
ORGANIZATIONS

Other API from BAAI

huggingface.co

Total runs: 6.0M
Run Growth: 812.1K
Growth Rate: 13.68%
Updated: February 22 2024
huggingface.co

Total runs: 2.2M
Run Growth: -2.0M
Growth Rate: -90.33%
Updated: February 21 2024
huggingface.co

Total runs: 2.1M
Run Growth: -107.9K
Growth Rate: -5.04%
Updated: July 03 2024
huggingface.co

Total runs: 1.6M
Run Growth: -464.9K
Growth Rate: -28.46%
Updated: February 21 2024
huggingface.co

Total runs: 781.8K
Run Growth: 150.9K
Growth Rate: 18.90%
Updated: December 13 2023
huggingface.co

Total runs: 449.9K
Run Growth: 26.8K
Growth Rate: 5.89%
Updated: October 12 2023
huggingface.co

Total runs: 192.5K
Run Growth: 19.9K
Growth Rate: 10.13%
Updated: November 14 2023
huggingface.co

Total runs: 137.3K
Run Growth: 67.1K
Growth Rate: 48.53%
Updated: October 12 2023
huggingface.co

Total runs: 52.6K
Run Growth: -28.8K
Growth Rate: -64.27%
Updated: April 17 2024
huggingface.co

Total runs: 33.5K
Run Growth: 32.2K
Growth Rate: 95.90%
Updated: October 12 2023
huggingface.co

Total runs: 28.0K
Run Growth: 11.3K
Growth Rate: 40.01%
Updated: October 12 2023
huggingface.co

Total runs: 24.9K
Run Growth: -1.4K
Growth Rate: -5.38%
Updated: October 12 2023
huggingface.co

Total runs: 20.5K
Run Growth: -12.0K
Growth Rate: -59.24%
Updated: January 15 2025
huggingface.co

Total runs: 5.6K
Run Growth: 419
Growth Rate: 7.87%
Updated: December 26 2022
huggingface.co

Total runs: 5.0K
Run Growth: 1.0K
Growth Rate: 20.73%
Updated: September 21 2023
huggingface.co

Total runs: 4.9K
Run Growth: 241
Growth Rate: 4.84%
Updated: August 15 2024
huggingface.co

Total runs: 2.7K
Run Growth: -491
Growth Rate: -17.93%
Updated: October 12 2023
huggingface.co

Total runs: 2.5K
Run Growth: 1.8K
Growth Rate: 70.28%
Updated: September 18 2023
huggingface.co

Total runs: 2.5K
Run Growth: 685
Growth Rate: 27.91%
Updated: August 15 2024
huggingface.co

Total runs: 2.4K
Run Growth: -11.8K
Growth Rate: -272.27%
Updated: October 23 2024
huggingface.co

Total runs: 2.3K
Run Growth: 577
Growth Rate: 24.57%
Updated: February 07 2024
huggingface.co

Total runs: 1.9K
Run Growth: -276
Growth Rate: -14.18%
Updated: November 28 2024
huggingface.co

Total runs: 1.5K
Run Growth: -3.5K
Growth Rate: -136.57%
Updated: October 23 2024
huggingface.co

Total runs: 1.3K
Run Growth: -3.0K
Growth Rate: -174.67%
Updated: October 24 2024
huggingface.co

Total runs: 747
Run Growth: 141
Growth Rate: 17.83%
Updated: June 07 2024
huggingface.co

Total runs: 732
Run Growth: -9.2K
Growth Rate: -1272.69%
Updated: March 07 2024
huggingface.co

Total runs: 637
Run Growth: 314
Growth Rate: 49.22%
Updated: April 02 2024
huggingface.co

Total runs: 615
Run Growth: 69
Growth Rate: 11.52%
Updated: October 27 2023
huggingface.co

Total runs: 558
Run Growth: 0
Growth Rate: 0.00%
Updated: January 15 2025
huggingface.co

Total runs: 439
Run Growth: 0
Growth Rate: 0.00%
Updated: January 14 2025
huggingface.co

Total runs: 301
Run Growth: 293
Growth Rate: 97.67%
Updated: April 18 2023
huggingface.co

Total runs: 218
Run Growth: -12
Growth Rate: -5.50%
Updated: October 29 2023
huggingface.co

Total runs: 146
Run Growth: -244
Growth Rate: -171.83%
Updated: August 15 2024
huggingface.co

Total runs: 114
Run Growth: 0
Growth Rate: 0.00%
Updated: January 20 2025
huggingface.co

Total runs: 96
Run Growth: 48
Growth Rate: 51.06%
Updated: August 23 2023
huggingface.co

Total runs: 96
Run Growth: 17
Growth Rate: 18.09%
Updated: December 21 2023
huggingface.co

Total runs: 84
Run Growth: 54
Growth Rate: 60.00%
Updated: August 15 2024
huggingface.co

Total runs: 65
Run Growth: 0
Growth Rate: 0.00%
Updated: January 01 2025
huggingface.co

Total runs: 64
Run Growth: -244
Growth Rate: -369.70%
Updated: June 21 2024
huggingface.co

Total runs: 52
Run Growth: -243
Growth Rate: -398.36%
Updated: June 24 2024
huggingface.co

Total runs: 47
Run Growth: -25
Growth Rate: -53.19%
Updated: October 27 2023
huggingface.co

Total runs: 46
Run Growth: -57
Growth Rate: -116.33%
Updated: December 21 2023
huggingface.co

Total runs: 46
Run Growth: -170
Growth Rate: -548.39%
Updated: April 19 2024
huggingface.co

Total runs: 39
Run Growth: -5
Growth Rate: -11.90%
Updated: August 15 2024
huggingface.co

Total runs: 37
Run Growth: 6
Growth Rate: 15.38%
Updated: August 28 2024
huggingface.co

Total runs: 36
Run Growth: -10.2K
Growth Rate: -25530.00%
Updated: February 07 2024
huggingface.co

Total runs: 34
Run Growth: -273
Growth Rate: -827.27%
Updated: June 24 2024
huggingface.co

Total runs: 26
Run Growth: 10
Growth Rate: 38.46%
Updated: July 24 2023
huggingface.co

Total runs: 21
Run Growth: -57
Growth Rate: -285.00%
Updated: December 31 2022
huggingface.co

Total runs: 18
Run Growth: -107
Growth Rate: -594.44%
Updated: May 13 2024
huggingface.co

Total runs: 17
Run Growth: -22
Growth Rate: -129.41%
Updated: July 02 2024
huggingface.co

Total runs: 15
Run Growth: -18
Growth Rate: -112.50%
Updated: December 25 2023