Max Tkachenko
Max Tkachenko
@Goschjann do you use ML Backend and it generates predictions? As I remember you have to specify model_version in the dict that will be returned after model training in `fit()`.
Closed as outdated, solved or no more actual issue.
Closed as outdated and unanswered issue.
Closed as outdated, solved or no more actual issue.
> is not the same as I provide together with the predictions. what do you mean by this? Please show your tasks with predictions.
Most likely you have a mistake in the prediction/task format.
@35grain I see you missed "id" in results: ``` "result": [ { "id": "random123",
@nicky1038 Great thanks! Could you contribute it and make a PR? It's here: https://github.com/heartexlabs/label-studio-converter/blob/master/label_studio_converter/imports/yolo.py#L60
@ligaz thank you for pointing me to this issue. Can you create a PR with a fix? seems like we need something like ``` "image": pathname2url(os.path.join(image_root_url, image_file_base)) #eg. '../../foo+you.py' ->...
Thank you for your feedback, looks like we should have the toggle in the settings to define this behaviour.