Prompt-Segment-Anything icon indicating copy to clipboard operation
Prompt-Segment-Anything copied to clipboard

This is an implementation of zero-shot instance segmentation using Segment Anything.

Results 7 Prompt-Segment-Anything issues
Sort by recently updated
recently updated
newest added

Trying to access the FocalNet+DINO detector checkpoint gives this error: ``` 2023-09-06 11:59:10 ERROR 409: Public access is not permitted on this storage account.. ``` This is true of all...

大佬你好,有没有详细文档介绍pipeline流程,test和推理的流程是怎样的,怎样流过文件的

how to train Prompt-Segment-Anything for instance segmentation with my own dataset

Reference: https://github.com/ChaoningZhang/MobileSAM Our project performs on par with the original SAM and keeps exactly the same pipeline as the original SAM except for a change on the image encode, therefore,...

This looks like a great tool, but unfortunately it's CLI, and in a end-program, we should be avoiding sub-process as much as possible. Is it possible to get either directions...

嗨大佬,你是我找了好久第一个开源了evaluate的sam项目,非常牛逼! 想问一下你还考虑做别的下游任务嘛,因为我关注到你这只有实例分割的任务,要是有别的任务就好了

感谢您非常优秀的工作,但是在复现过程中,我遇到了下列问题: 首先,按照文档安装,会自动安装mmcv-full==1.7.2版本 ```shell pip install -U openmim mim install "mmcv-full