HumanSignal / label-studio-converter

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

fix: added support for path to url support #157

Closed p0p4k closed 1 year ago

p0p4k commented 1 year ago

hotfix for #150

makseq commented 1 year ago

@p0p4k Could you please help here: https://github.com/heartexlabs/label-studio/issues/3635 ?

p0p4k commented 1 year ago

@makseq Yes, I will do it ASAP.

p0p4k commented 1 year ago

@makseq Now that I think about it, why did I really make this PR? I did not even make corresponding change for the label-file. If the filename contains a '+' sign, does it not load in label-studio? I think we can just revert this change and keep the pathname2url line as a comment for the next user who faces similar problem.