12 questions
0
votes
1
answer
934
views
Running labelme in VS Code terminal gets ImportError: DLL load failed while importing onnxruntime_pybind11_state [...]
I'm following along with this YouTube video.
I've already run the command
pip install labelme opencv-python tensorflow matplotlib albumentations
in the VS Code powershell terminal and successfully ...
0
votes
1
answer
929
views
labelme does not open window
The first time I'm using labelme, I followed the steps in the repository. For installation. I continued to run the window to use, it opens and then closes.
The output I'm having in the terminal will ...
1
vote
1
answer
1k
views
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 ...
1
vote
1
answer
2k
views
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 ...
0
votes
2
answers
2k
views
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 ...
1
vote
0
answers
339
views
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