All Projects → Tony607 → labelme2coco

Tony607 / labelme2coco

Licence: other
How to create custom COCO data set for instance segmentation

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to labelme2coco

mmdetection instance segmentation demo
How to train an instance segmentation model with mmdetection
Stars: ✭ 25 (-80%)
Mutual labels:  instance-segmentation, coco-dataset
Light-Condition-Style-Transfer
Lane Detection in Low-light Conditions Using an Efficient Data Enhancement : Light Conditions Style Transfer (IV 2020)
Stars: ✭ 133 (+6.4%)
Mutual labels:  instance-segmentation
LabelMeYoloConverter
Convert LabelMe Annotation Tool JSON format to YOLO text file format
Stars: ✭ 25 (-80%)
Mutual labels:  labelme
Paper-Notes
Paper notes in deep learning/machine learning and computer vision
Stars: ✭ 37 (-70.4%)
Mutual labels:  instance-segmentation
image-segmentation
Mask R-CNN, FPN, LinkNet, PSPNet and UNet with multiple backbone architectures support readily available
Stars: ✭ 62 (-50.4%)
Mutual labels:  instance-segmentation
chainer-fcis
[This project has moved to ChainerCV] Chainer Implementation of Fully Convolutional Instance-aware Semantic Segmentation
Stars: ✭ 45 (-64%)
Mutual labels:  instance-segmentation
Vovnet Detectron2
VoVNet backbone networks for detectron2, in CVPR 2020
Stars: ✭ 249 (+99.2%)
Mutual labels:  instance-segmentation
SimCal
Implementation of ECCV20 paper: the devil is in classification: a simple framework for long-tail object detection and instance segmentation
Stars: ✭ 99 (-20.8%)
Mutual labels:  instance-segmentation
FaPN
[ICCV 2021] FaPN: Feature-aligned Pyramid Network for Dense Image Prediction
Stars: ✭ 173 (+38.4%)
Mutual labels:  instance-segmentation
labelme2Datasets
python scripts to convert labelme-generated-jsons to voc/coco style datasets.
Stars: ✭ 160 (+28%)
Mutual labels:  labelme
Deep-Learning
Side projects and hands-on work
Stars: ✭ 16 (-87.2%)
Mutual labels:  instance-segmentation
DiscoBox
The Official PyTorch Implementation of DiscoBox.
Stars: ✭ 95 (-24%)
Mutual labels:  instance-segmentation
BCNet
Deep Occlusion-Aware Instance Segmentation with Overlapping BiLayers [CVPR 2021]
Stars: ✭ 434 (+247.2%)
Mutual labels:  instance-segmentation
instance-segmentation
No description or website provided.
Stars: ✭ 40 (-68%)
Mutual labels:  instance-segmentation
CAP augmentation
Cut and paste augmentation for object detection and instance segmentation
Stars: ✭ 93 (-25.6%)
Mutual labels:  instance-segmentation
Ffn
Flood-Filling Networks for instance segmentation in 3d volumes.
Stars: ✭ 252 (+101.6%)
Mutual labels:  instance-segmentation
Xtreme-Vision
A High Level Python Library to empower students, developers to build applications and systems enabled with computer vision capabilities.
Stars: ✭ 77 (-38.4%)
Mutual labels:  instance-segmentation
Yet-Another-Anime-Segmenter
Instance segmentation for anime characters based on CondInst and SOLOv2
Stars: ✭ 171 (+36.8%)
Mutual labels:  instance-segmentation
Tensorflow-YOLACT
Implementation of the paper "YOLACT Real-time Instance Segmentation" in Tensorflow 2
Stars: ✭ 97 (-22.4%)
Mutual labels:  instance-segmentation
pytorch solov2
SOLOv2 pytorch (without mmdetection and mmcv)
Stars: ✭ 68 (-45.6%)
Mutual labels:  instance-segmentation

How to create custom COCO data set for instance segmentation | DLology blog

Quick start

Then you can run the labelme2coco.py script to generate a COCO data formatted JSON file for you.

python labelme2coco.py images

Then you can run the following Jupyter notebook to visualize the coco annotations. COCO_Image_Viewer.ipynb

Further instruction on how to create your own datasets, read the tutorial.

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].