-
how to tune SegGPT to adapt to other dataset?
-
Is there any code example for Semantic Segmentation using SegGPT? I saw that in the paper you mention ADE20K and show an example of semantic segmentation output, however, the code for this kind of exa…
-
Thanks for your great work, I am look forward to realize the code for segGPT, when will you realease the code?
zmm96 updated
7 months ago
-
Thanks for sharing the awesome work!
I do not fully understand the random color scheme in Sec 3.1.
- randomly sampling another image that shares a similar context with the input image; Q1: this …
-
https://github.com/baaivision/Painter/blob/07c8a2a04d8fab791dae804cd7509a3e1cdaa321/SegGPT/SegGPT_inference/seggpt_inference.py#L8
``` python
import models_seggpt
```
it seems that there is tem…
-
cyj95 updated
7 months ago
-
Traceback (most recent call last):
File "c:\Users\Akil\Downloads\Painter-main\Painter-main\SegGPT\app_gradio.py", line 127, in
inputs=[gr.ImageMask(brush_radius=8, label="prompt (提示图)"), gr.I…
-
Thanks for your amazing~ When will the SegGpt training code be open source?
-
Hi, can I give SegGPT negative image targets to avoid confusion among similiar objects?
Thanks.
-
Hi! I'm really interested in this repo, because Seggpt's concept will be good for satellite image and, dataset of yours was satellite image also!
and I want to do segmentation on argriculture area…