qqlu/Entity
EntitySeg Toolbox: Towards Open-World and High-Quality Image Segmentation
This toolbox helps computer vision engineers and researchers accurately identify and outline distinct objects within images, even when those objects are unfamiliar or the images are extremely high-resolution. You input images, and it outputs precise segmented regions for each object. This is ideal for those working on advanced image analysis applications.
1,041 stars. No commits in the last 6 months.
Use this if you need to precisely segment objects in images, especially in scenarios with diverse, novel objects or very large image files.
Not ideal if you're looking for a simple, off-the-shelf object detection tool that doesn't require deep understanding of segmentation algorithms.
Stars
1,041
Forks
60
Language
Jupyter Notebook
License
—
Category
Last pushed
Nov 30, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/qqlu/Entity"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
MLSTRUCT/MLStructFP
Multi-unit floor plan dataset for architectural analysis and recognition
yassouali/pytorch-segmentation
:art: Semantic segmentation models, datasets and losses implemented in PyTorch.
wkentaro/pytorch-fcn
PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original...
meetps/pytorch-semseg
Semantic Segmentation Architectures Implemented in PyTorch
fregu856/deeplabv3
PyTorch implementation of DeepLabV3, trained on the Cityscapes dataset.