-
Notifications
You must be signed in to change notification settings - Fork 133
Guidance needed on converting from Coco to LS #207
Comments
|
It doesn't seem as if Neither are completed_by, created_at, updated_at, lead_time. |
Sorry for a late answer, I've just found that you are trying to convert from LS to COCO, instead of COCO => LS. Check this message: and this YOLO => LS guide: |
For anyone who stumble upon this in the future. Given:
Conversion:
Run label studio:
Follow the steps spat out by the conversion IN ORDER (repeated here):
Step 3 looks like this: What is IMPORTANT is the relationship between "start from the first directory" is just the relationship I described a moment ago. |
Thank you for your great instructions, I think we will use it for our docs about coco import. |
Based on your post (HumanSignal/label-studio#2806), I have done the following label-studio-converter import coco -h # just print help label-studio-converter import coco -i your-input-file.json -o output.json I've tagged the generated xml and put my image under /home/wjt/data/medical_pic |
Hello,
I've a typical Coco export:
But I'm not sure about the command line parameters to make this work, though.
--config
does not seem to be documented on the README.I tried the XML in the below screenshot as config (as per this comment):
...and it outputs this
...but it's a directory:
...with these contents:
...and the result seems to be a reduced version of my Coco
result.json
(without the images/annotations):I'm not sure what I'm doing wrongly. I have a hunch it's the config.
Thanks!
The text was updated successfully, but these errors were encountered: