Instructions to use refiners/sam.vit_h with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Refiners
How to use refiners/sam.vit_h with Refiners:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| license: apache-2.0 | |
| base_model: facebook/sam-vit-huge | |
| base_model_relation: adapter | |
| pipeline_tag: image-segmentation | |
| library_name: refiners | |
| tags: | |
| - segmentation | |
| - sam | |
| - features | |
| # Segment Anything (ViT H) | |
| <div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;"> | |
| <video src="https://segment-anything.com/assets/section-1.1a.mp4" autoplay loop></video> | |
| <video src="https://segment-anything.com/assets/section-1.1b.mp4" autoplay loop></video> | |
| <video src="https://segment-anything.com/assets/section-1.1c.mp4" autoplay loop></video> | |
| </div> | |
| ## Citation | |
| ```bibtex | |
| @article{kirillov2023segany, | |
| title = {Segment Anything}, | |
| author = {Kirillov, Alexander and Mintun, Eric and Ravi, Nikhila and Mao, Hanzi and Rolland, Chloe and Gustafson, Laura and Xiao, Tete and Whitehead, Spencer and Berg, Alexander C. and Lo, Wan-Yen and Doll{\'a}r, Piotr and Girshick, Ross}, | |
| journal = {arXiv:2304.02643}, | |
| year = {2023} | |
| } | |
| ``` |