All Projects → dvlab-research → Entity

dvlab-research / Entity

Licence: other
EntitySeg Toolbox: Towards Open-World and High-Quality Image Segmentation

Programming Languages

python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language
cython
566 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Entity

Segmentation models.pytorch
Segmentation models with pretrained backbones. PyTorch.
Stars: ✭ 4,584 (+1364.54%)
Mutual labels:  segmentation, pretrained-models, image-segmentation, semantic-segmentation, pretrained-weights
BCNet
Deep Occlusion-Aware Instance Segmentation with Overlapping BiLayers [CVPR 2021]
Stars: ✭ 434 (+38.66%)
Mutual labels:  segmentation, instance-segmentation, fcos, detectron2
FCN-Segmentation-TensorFlow
FCN for Semantic Image Segmentation achieving 68.5 mIoU on PASCAL VOC
Stars: ✭ 34 (-89.14%)
Mutual labels:  segmentation, image-segmentation, semantic-segmentation
TensorFlow-Advanced-Segmentation-Models
A Python Library for High-Level Semantic Segmentation Models based on TensorFlow and Keras with pretrained backbones.
Stars: ✭ 64 (-79.55%)
Mutual labels:  segmentation, image-segmentation, semantic-segmentation
InstantDL
InstantDL: An easy and convenient deep learning pipeline for image segmentation and classification
Stars: ✭ 33 (-89.46%)
Mutual labels:  image-segmentation, semantic-segmentation, instance-segmentation
FaPN
[ICCV 2021] FaPN: Feature-aligned Pyramid Network for Dense Image Prediction
Stars: ✭ 173 (-44.73%)
Mutual labels:  semantic-segmentation, instance-segmentation, panoptic-segmentation
Semanticsegpapercollection
Stars: ✭ 102 (-67.41%)
Mutual labels:  image-segmentation, semantic-segmentation, instance-segmentation
Adelaidet
AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
Stars: ✭ 2,565 (+719.49%)
Mutual labels:  instance-segmentation, fcos, condinst
Multiclass Semantic Segmentation Camvid
Tensorflow 2 implementation of complete pipeline for multiclass image semantic segmentation using UNet, SegNet and FCN32 architectures on Cambridge-driving Labeled Video Database (CamVid) dataset.
Stars: ✭ 67 (-78.59%)
Mutual labels:  segmentation, image-segmentation, semantic-segmentation
Imgclsmob
Sandbox for training deep learning networks
Stars: ✭ 2,405 (+668.37%)
Mutual labels:  segmentation, pretrained-models, semantic-segmentation
Keras Unet
Helper package with multiple U-Net implementations in Keras as well as useful utility tools helpful when working with image semantic segmentation tasks. This library and underlying tools come from multiple projects I performed working on semantic segmentation tasks
Stars: ✭ 196 (-37.38%)
Mutual labels:  segmentation, image-segmentation, semantic-segmentation
CAP augmentation
Cut and paste augmentation for object detection and instance segmentation
Stars: ✭ 93 (-70.29%)
Mutual labels:  segmentation, semantic-segmentation, instance-segmentation
Awesome Referring Image Segmentation
📚 A collection of papers about Referring Image Segmentation.
Stars: ✭ 91 (-70.93%)
Mutual labels:  image-segmentation, semantic-segmentation, instance-segmentation
ObjectNet
PyTorch implementation of "Pyramid Scene Parsing Network".
Stars: ✭ 15 (-95.21%)
Mutual labels:  pretrained-models, semantic-segmentation, instance-segmentation
Pixellib
Visit PixelLib's official documentation https://pixellib.readthedocs.io/en/latest/
Stars: ✭ 327 (+4.47%)
Mutual labels:  image-segmentation, semantic-segmentation, instance-segmentation
Yet-Another-Anime-Segmenter
Instance segmentation for anime characters based on CondInst and SOLOv2
Stars: ✭ 171 (-45.37%)
Mutual labels:  instance-segmentation, detectron2, condinst
Efficient Segmentation Networks
Lightweight models for real-time semantic segmentationon PyTorch (include SQNet, LinkNet, SegNet, UNet, ENet, ERFNet, EDANet, ESPNet, ESPNetv2, LEDNet, ESNet, FSSNet, CGNet, DABNet, Fast-SCNN, ContextNet, FPENet, etc.)
Stars: ✭ 579 (+84.98%)
Mutual labels:  segmentation, image-segmentation, semantic-segmentation
K-Net
[NeurIPS2021] Code Release of K-Net: Towards Unified Image Segmentation
Stars: ✭ 434 (+38.66%)
Mutual labels:  image-segmentation, semantic-segmentation, panoptic-segmentation
super-gradients
Easily train or fine-tune SOTA computer vision models with one open source training library
Stars: ✭ 429 (+37.06%)
Mutual labels:  pretrained-models, semantic-segmentation, pretrained-weights
Brain-Tumor-Segmentation-using-Topological-Loss
A Tensorflow Implementation of Brain Tumor Segmentation using Topological Loss
Stars: ✭ 28 (-91.05%)
Mutual labels:  segmentation, image-segmentation

EntitySeg Toolbox: Towards open-world and high-quality image segmentation

EntitySeg is an open source toolbox which towards open-world and high-quality image segmentation. All works related to image segmentation from our group are open-sourced here.

To date, EntitySeg implements the following algorthms:

Usage

Please refer to the README.md of each project. All projects shared the similar detectron2 base code and could support each other.

Citing Ours

@article{qi2021open,
  title={Open-World Entity Segmentation},
  author={Qi, Lu and Kuen, Jason and Wang, Yi and Gu, Jiuxiang and Zhao, Hengshuang and Lin, Zhe and Torr, Philip and Jia, Jiaya},
  journal={arXiv preprint arXiv:2107.14228},
  year={2021}
}

@article{shen2021high,
  title={High Quality Segmentation for Ultra High-resolution Images},
  author={Tiancheng Shen, Yuechen Zhang, Lu Qi, Jason Kuen, Xingyu Xie, Jianlong Wu, Zhe Lin, Jiaya Jia},
  journal={CVPR},
  year={2022}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].