andreaswimmer

Results 4 comments of andreaswimmer

I have the exact same problem. The browser calls interactive-annotating twice and all the labels are added twice. I am running the latest version: ```{ "release": "1.6.0", "label-studio-os-package": { "version":...

If anybody else has the same problem, as a workaround, I cache the last request and return empty predictions if the current one is equal to the last one. This...

You can either set save_txt in the CLI version: https://docs.ultralytics.com/cfg/#:~:text=results%20if%20possible-,save_txt,-False Or call it directly from python: https://docs.ultralytics.com/python/ and https://docs.ultralytics.com/predict/

> > My current workaround is to round up the values of get_string_width, is there a better way you'd recommend? > > Where have you been inserting those rounding operations?...