Max Tkachenko
Max Tkachenko
@wpnbos How do you import data exactly? Do you use `valueType="url"` in you `HyperText` tag?
Ok, looks like you import html files directly to import window? In this case @obruker 's answer is right. There will be used html minification. Let's try to switch to...
@emblondel How do you see it should work? As I understand DICOM is rather heavy format and one image can have a size about 1 Gb, is it correct? So,...
Check this PR: https://github.com/heartexlabs/label-studio-converter/pull/127. Now you can export to FUNSD using this script. Unfortunately we can't make 100% compatible conversion to FUNSD format, because it has root bboxes and words...
Also you can use this console command: https://labelstud.io/guide/export.html#Export-using-console-command
@kodecreer do you have examples with similar coco exports?
@kodecreer Maybe you could contribute this?
@WillieMaddox Could you show the screenshot with the error? And also logs from your console. I couldn't reproduce it with the latest develop branch.
As I remember we've fixed it some time ago.
This issue was fixed in the latest releases (>1.6). This script can fix problems with old annotations: ``` cd label-studio/label_studio source env/bin/activate python fix_outside_bbox.py ``` fix_outside_bbox.py: ``` import os import...