segment-anything
Object mask generator
This project provides code and tools for running inference with a visual segmentation model that can generate object masks from input prompts.
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
48k stars
308 watching
6k forks
Language: Jupyter Notebook
last commit: 2 months ago Related projects:
Repository | Description | Stars |
---|---|---|
facebookresearch/sam2 | An open-source software project providing code and tools for running inference with a deep learning model designed for visual segmentation in images and videos. | 12,353 |
casia-iva-lab/fastsam | A deep learning model for fast object segmentation | 7,497 |
facebookresearch/co-tracker | A model for tracking any point on a video using transformer-based architecture and optical flow benefits | 3,820 |
facebookresearch/detectron2 | A platform for object detection and segmentation tasks using machine learning algorithms | 30,539 |
facebookresearch/cutler | An unsupervised object detection and segmentation framework that can learn from image data alone, without requiring human annotations. | 943 |
xinyu1205/recognize-anything | Develops strong fundamental image recognition models with high accuracy and flexibility | 2,879 |
facebookresearch/audio2photoreal | Generating photorealistic avatars from audio | 2,709 |
zfturbo/keras-mask-rcnn-for-open-images-2019-instance-segmentation | Provides pre-trained Mask R-CNN models and example code for instance segmentation on the Open Images Dataset | 56 |
simonkohl/probabilistic_unet | Reimplementation of a neural network model for conditional segmentation of ambiguous images | 546 |
hellochick/semantic-segmentation-tensorflow | Implementation of semantic segmentation models on two datasets using TensorFlow | 84 |
shelhamer/fcn.berkeleyvision.org | Provides reference implementation of fully convolutional networks (FCNs) for semantic segmentation | 3,309 |
facebookresearch/slowfast | Provides state-of-the-art video understanding codebase with efficient training methods and pre-trained models for various tasks | 6,623 |
fregu856/segmentation | An implementation of the ENet model for semantic segmentation in images, trained on the Cityscapes dataset. | 245 |
akirasosa/mobile-semantic-segmentation | Real-time semantic segmentation for mobile devices using deep learning and MobileNetV2 architecture | 714 |
preritj/segmentation | Deep learning models for semantic segmentation of images | 100 |