Questions tagged [labelme]
12 questions
2
votes
1 answer
Convert coco to labelme format
I want to convert my existing coco format into the labelme…

honeymoon
- 2,400
- 5
- 34
- 43
1
vote
0 answers
How to Convert labelme json data to Pascal VOC format using labelme2voc.py
I have annotated images in label-me and the annotation is saved in .json file. I am trying to train a SSD object dictation model and I need data in Pascal VOC format. Label me has a file named labelme2voc.py I tried multiple time and failed each…

What
- 15
- 5
1
vote
1 answer
How do I use the given XML annotation files in my CNN to classify images
I have been learning about Convolutional Neural Networks over the last month and am finally trying to understand how to use annotated images when doing some sort of categorical classification. I am currently using the images/annotations found…

CozyPLZ
- 11
- 3
1
vote
0 answers
From LabelMe .xml polygon to coco format .json
I have this kind of labeled polygon type .XML files. how can I convert it to the coco .json segmentation formatThis is .XML file format

Sabina Umirzakova
- 15
- 2
0
votes
0 answers
Cannot Install Labelme in Anaconda Environment
I try to install labelme by referring to
https://github.com/wkentaro/labelme/tree/main#anaconda
In particular:
However, when following the procedures, it shows on my Anaconda prompt
How to fix it?

sleeve chen
- 221
- 1
- 11
0
votes
1 answer
Create Empty Json with Labelme
Here is an example Labelme window, with 5 polygon labels marked (want to detect some old video tapes). And yes i can easily save its json file
But there are some images, with out any labels (which are not video tapes). Such as this image below:
I…

SoajanII
- 323
- 5
- 19
0
votes
0 answers
Labelme and opencv-python if I install together, labelme is not working. Any solution?
I create a new virtual env and installed labelme alone, it worked. Then I installed opencv-python and labelme is failing,
pip install labelme
pip install opencv-python
labelme images --nodata
QObject::moveToThread: Current thread (0x2790590) is…

Jerin Antony
- 133
- 1
- 9
0
votes
0 answers
Converting COCO Format to LabelMe Format
I am trying to convert COCO json file to LabelMe json file. I used a python script called "coco2labelme.py" to convert the json file.
It successfully converts the json file, the only problem is that I get an error every time I try to load the…
0
votes
1 answer
How do I convert labelme json directory to one json file for use in MaskRCNN?
I am attempting to train an object classifier on MaskRCNN and the tutorial I am following uses VGG label software in which converts the labelled data into one JSON file. I have used labelme for my data and need to prepare this for MaskRCNN.
Labelme…

Orlando
- 1
- 2
0
votes
2 answers
pip install labelme failing because FreeType version 2.3 or higher is required
I can't install labelme because I get the error "#error "FreeType version 2.3 or higher is required."
I did
pip install freetype-py==2.3
But I get the error:
"ERROR: Could not find a version that satisfies the requirement freetype-py==2.3 (from…

CaptSparrow
- 11
- 4
0
votes
1 answer
Inference on image dataset without annotations in detectron2
Motivation
I have a detectron2 Mask R-CNN baseline model that is good enough to predict some object boundaries accurately.
I'd like to convert these predicted boundaries to COCO polygons to annotate the next dataset (supervised labeling).
To do…

DV82XL
- 5,350
- 5
- 30
- 59