facebookresearch / ov-seg

This is the official PyTorch implementation of the paper Open-Vocabulary Semantic Segmentation with Mask-adapted CLIP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

model problem

GaoPengGit opened this issue · comments

How can I obtain a segment_ Anything's model

Thanks for your interest in OVSeg + SAM.
Unfortunately, we have not updated SAM usage in this repo. We are planning to update those codes in the coming weeks.
An alternative solution is to use the ovseg hugging face repo where you can easily find the checkpoints and codes. You can follow the environment setup as in this repo and run python app.py to execute.

Don't hesitate to reach out if you have further questions.