Skip to content

pre annotation (importing pascal VOC format (xml)) #513

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
NandaBalakrishnan opened this issue Dec 14, 2020 · 6 comments
Open

pre annotation (importing pascal VOC format (xml)) #513

NandaBalakrishnan opened this issue Dec 14, 2020 · 6 comments
Assignees

Comments

@NandaBalakrishnan
Copy link

Is your feature request related to a problem? Please describe.
Specifically looking this feature for BoundingBox
we want to load the images and their corresponding annotation(pascal voc format) while launching the labelstudio. we want to know whether labelstudio supports importing pascal voc rather than completions json format or is there any converter available to convert pascal voc to completion json.

Describe the solution you'd like

  • load images, config and their corresponding (pascal voc)annotation (if available)
  • if the annotation is ok then proceed with pre annotated bbox else they can modify the bounding box
@NandaBalakrishnan
Copy link
Author

Any updates on the above ticket?

@makseq
Copy link
Member

makseq commented Dec 17, 2020

@NandaBalakrishnan Unfortunately LS doesn't support Pascal VOC import right now. But we are planning to add a lot of import formats soon.

@jigsawcoder
Copy link

@makseq what about importing txt labels (yolov4)?
can we upload pre annotated images with their corresponding .txt labels or we need to convert it to json?

@makseq
Copy link
Member

makseq commented Mar 17, 2021

@jigsawcoder We are planning to add import from different formats, but it's not supported yet.
So, you need to convert your images to LS internal json format (tasks + annotations).

Check this for more information:
https://labelstud.io/guide/predictions.html#Example-of-importing-predicted-labels

@niklub niklub added the feature Feature request label Mar 29, 2021
@hellkrusher
Copy link

Is there a script or a more specific example available to convert the pascal VOC format to the LS internal json format until direct importing is implemented?

@makseq
Copy link
Member

makseq commented Mar 11, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants