-
当我运行pip install -r requirements.txt时报了一下错误,请问是什么原因
(SegGPT) D:\pythonproject\Painter-main\Painter-main\SegGPT\SegGPT_inference>pip install -r requirements.txt …
-
-
I run the program in pycharm, one error listed below occurs, how to solve it?
ValueError: Unrecognized model in weights/icon_caption_florence. Should have a `model_type` key in its config.json, or co…
-
I read the paper but could not understand whether SegGPT support instance segmentation. Can it predict category id _and_ the mask for each instance of categories present in the input image?
-
May I inquire if it's possible to open-source the training code for SegGPT? I'm interested in understanding the specific details regarding color mapping and fine-tuning the Painter. Thank you.
-
Currently the code is hard coded to use device:0 with device = ("cuda" if torch.cuda.is_available() else "cpu"). It would be a great enhancement to also be able to set an environment variable with th…
-
Hi there, thanks for your amazing work. After reading your paper of SegGPT. I'm little confused about the in-context tuning. In the paper, during the training stage, SegGPT treat a learnable image ten…
-
Thank for your amazing!! Would SegGpt do multiple categories prompting on inference?
-
I am unable to run SegGPT Inference. Your instructions on the environment are extremely vague and following them does not allow me to run the code. Would it be possible for you to be a bit more specif…
-
问题如题。
补充问题:1、SegGPT在推理时,每个prompt图需要与待检测图合并,重新推理提取特征然后特征组合,效率不高。
能否把实现方式改为prompt图的特征不需要与待检测图片合并,单独提取特征后做特征组合;对于每个新的待检测图片不需要重新提取特征,在推理时的效率可以大幅度提高。
2、SegGPT在使用多个prompt图时确实分割效果确实有一定提升,但是在某些场景下并不是prompt…