12 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
1k
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
148
views
Image annotation in computer vision
After I label images and have ".json" format file, I do not know how to merge image and these annotations. I'm a newbie in computer vision
I am trying to detect human activities and bounding ...
0
votes
1
answer
948
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
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?
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 ...
0
votes
1
answer
353
views
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 ...
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
1
answer
1k
views
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 ...
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 ...
0
votes
1
answer
2k
views
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 ...
1
vote
0
answers
341
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
2
votes
1
answer
3k
views
Convert coco to labelme format
I want to convert my existing coco format into the labelme format:
Coco:
{"info":{"description":"my-project-name"},"images":[{"id":1,"width":...