Skip to content

Instantly share code, notes, and snippets.

@aleksas
Created August 21, 2024 07:32
Show Gist options
  • Save aleksas/0fe8252d72d4ec7d525a44943050d1ec to your computer and use it in GitHub Desktop.
Save aleksas/0fe8252d72d4ec7d525a44943050d1ec to your computer and use it in GitHub Desktop.
Fun SAM2 workspaces

EVF SAM-2

Huggingface Space EVF-SAM: Early Vision-Language Fusion for Text-Prompted Segment Anything Model

EVF-SAM extends SAM-2's capabilities with text-prompted segmentation, achieving high accuracy in Referring Expression Segmentation.

docker run -it -p 7860:7860 --platform=linux/amd64 --gpus all registry.hf.space/wondervictor-evf-sam2:latest python app.py

SAM2-Image-Predictor

HuggingFace Space

docker run -it -p 7860:7860 --platform=linux/amd64 registry.hf.space/fffiloni-sam2-image-predictor:latest python app.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment