HumanSignal / label-studio-converter

Tools for converting Label Studio annotations into common dataset formats
https://labelstud.io/
255 stars 132 forks source link

Reg: Exporting annotations in CoNLL 2003 format for NER model training #114

Closed ajsirsik closed 2 years ago

ajsirsik commented 2 years ago

Hey there, Many thanks for implementation. I annotated images for layoutparser model training. May I know, how could I export annotations in CoNLL 2003 format for NER model training. I do not see this option in drop down box in label studio dashboard

Many thanks

Best regards

makseq commented 2 years ago

@ajsirsik Sorry, I don't understand: you said "I annotated images", however CoNLL 2003 is about texts. You should annotate text to make CoNNL export working.

ajsirsik commented 2 years ago

Thanks for replying. May I know, way to upload textual data to annotation tool. or is there any way to perform extraction for uploaded images

makseq commented 2 years ago

Just import csv or txt files.

way to perform extraction for uploaded images

you need to use another tools to do it automatically.