-
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…
-
Hi! Thanks for releasing such impressive work! We find an interesting extension for this great work by combining **SoTA** zero-shot detector with Segment-Anything which can **generate high-quality box…
-
Hi,
In the demos it shows, that you can also extract the type of the segment (e.g a door, a human etc.) can it be extracted from the model or do we need an additional library for that?
Cheers
-
Thanks for your great work!Can I apply to other custom datasets without training for segmentation task?
-
Hello,
Following the vosk adaptation tutorial, I have re-compiled vosk ("vosk-model-en-us-0.22-compile") to implement some specific words in the model's vocabulary by adding sentences in the “extra…
-
How can I solve the problem like this?
![Uploading p.png…]()
-
hi, for the txt image genreateion, why not try using existed LLMs, plus the decoder in tokenizer, and training the whole model with lora?
just like SEEd does.
So that it at least won't harm the …
-
hello, thank you for your excellent work again! May I ask if you could provide the UMD dataset used for training and testing in the network? After downloading the original UMD dataset, I found that it…
-
Thanks for leasing this wonderful work!
I saw the demo shows examples of using point, box as input prompt. Does the demo support text as prompt?
-
Hello, first of all thank you for the very interesting paper!
I would like to perform ABSA on non-English (German) data set. I was able to successfully reproduce you code on the English laptop datase…