facebookresearch / ov-seg

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

model problem #10

Closed GaoPengGit closed 1 year ago

GaoPengGit commented 1 year ago

How can I obtain a segment_ Anything's model

Jeff-LiangF commented 1 year ago

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.