python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Error Training Custom COCO Dataset with Detectron2
I'm trying to train a custom COCO-format dataset with Detectron2 on PyTorch. My datasets are json files with the aforementioned COCO-format, with each item in the "annotations" section looki...
Sam Skinner
Votes: 0
Answers: 1
COCO annotations to masks - For instance segmentation model training
I am trying to convert my COCO annotations to a mask. Each instance in the COCO annotations need to be represented as an unique instance in the mask. I found this question which does convert the annot...
David Biggs
Votes: 0
Answers: 1
How to use fiftyone for exploring the instance segmentation of custom coco data?
How to use fiftyone for exploring the instance segmentation of custom coco data? It has documentation for coco dataset but I couldn't find any resource for custom coco dataset.
Sai Dinesh Pola
Votes: 0
Answers: 2
Understanding Detectron2 COCO Evaluator
I am evaluating Cityscapes dataset using COCOEvaluator from Detectron2.
I want to know if COCO Evaluation metric implemented in Detectron2 takes into consideration the number of instances of each clas...
pinxau1000
Votes: 0
Answers: 1