Max Tkachenko
Max Tkachenko
Ellipse annotations will be exported to JSON/JSON min formats only.
@machov https://github.com/HumanSignal/label-studio/pull/5765 is this something that you are looking for?
What do you have in these json files? Are they big? Label Studio Community doesn't have background workers and all background processes are running on wsgi web workers, so time...
You can try setting ``` UWSGI_WORKER_HARAKIRI=0 ``` to avoid timeout.
> Hmm so this means it will disable not only syncing but every other requests timeout, won't it ? If so it is a little bit dangerous. As I mention,...
are you sure you make spans on your text with these labels?
Related original PR: https://github.com/HumanSignal/label-studio-converter/pull/281
@iqbalfarz are you sure you turned on "Use pre-signed URLs" in the storage settings? and also you should use valueType="url" for your Audio tag in the labeling config.
I believe audio tag doesn't support base64 data in tasks.
Usually this happens when "Use pre-signed urls" is off. Please re-check this option in the Cloud Storage settings.  What LS version do you use?