Max Tkachenko
Max Tkachenko
capBezierPoints doesn't work :(
@yesimipek We will release a new LS 1.0 very soon, there will this option on export. Right now you can call `https://localhost:8080/api/tasks?page_size=1000000000` to get all tasks with completions and without.
https://github.com/heartexlabs/label-studio/issues/410
Could you contribute this convertor format?
@tomasohara Originally we implemented a CSV export for Choices, not for NER labels. The CSV with labels is produced automatically without any preprocessing (despite to Choices). Yes, maybe it's better...
Yep, pull request would be great!
@manucarbonell hi, please check this merged PR: https://github.com/heartexlabs/label-studio-converter/pull/46
@TeodorChiaburu I don't remember the exact implementation, but you will find this info here: https://github.com/heartexlabs/label-studio-converter/blob/master/label_studio_converter/brush.py Also this would be helpful: https://labelstud.io/guide/predictions.html#Import-brush-segmentation-pre-annotations-in-RLE-format
Could you provide more details please? 1. What is your labeling config? 2. What is you task data with this problem?
Do you have special characters in your texts (smiles or some other extra symbols)? Are you on windows (it has \n\r for new line and it could affect the correct...