2 रिपॉजिटरी
Tools that utilize convolutional neural networks specifically for pixel-level object isolation.
Distinct from Convolutional Neural Networks: Distinct from general CNNs by focusing specifically on the segmentation task rather than general image processing or classification
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Image Segmenters. Refine with filters or upvote what's useful.
Pytorch-UNet is a deep learning implementation designed for semantic image segmentation. It provides a framework for training convolutional neural networks to perform pixel-wise classification, transforming input images into detailed prediction masks. The project utilizes a symmetric encoder-decoder architecture that employs skip-connection feature fusion to recover fine-grained boundary details. It includes support for mixed-precision training to reduce memory usage and accelerate processing speeds. The framework covers the end-to-end segmentation pipeline, from model training using custom
Provides a set of tools utilizing convolutional neural networks for pixel-level object isolation.
FastSAM is an image segmentation framework that uses convolutional neural networks to isolate visual elements and generate masks for detectable objects within images. It provides a system for both automatic all-object segmentation and promptable image segmentation. The project utilizes an inference-optimized architecture to reduce computational overhead, enabling faster mask generation and real-time visual analysis. It supports the creation of precise masks through various prompt inputs, including points, bounding boxes, and text descriptions. The framework covers broader computer vision cap
Is a deep learning tool that isolates visual elements and objects using convolutional neural networks.