facebookresearch / ov-seg

This is the official PyTorch implementation of the paper Open-Vocabulary Semantic Segmentation with Mask-adapted CLIP.
Other
676 stars 61 forks source link

SAM+Mask_adapted CLIP #21

Closed iisxuwei closed 11 months ago

iisxuwei commented 11 months ago

Hello, first of all, thanks for your very influential and interesting work sharing. I have tried the online demo and found it very interesting, but I did not find the code of this part. Are you willing to release the code of this part?

Jeff-LiangF commented 11 months ago

Hi, Thanks for you kind words. Very appreciate that! Are you talking about the SAM + CLIP code in huggingface? Actually, you can git clone the code directly from huggingface. The pretrained models are also available in that repo.

Let me know if you have further questions. Thank you!