Max Tkachenko

Results 335 comments of Max Tkachenko

Only if @feddybear has any news. We are currently focusing on the image / html tagging. Audio updates are planned for next year.

Thank you for asking. By your activity we prioritize features, so it isn't irritating :-) @nicholasrq had some progress in Audio Plus Engine, but I heard that we haven't still...

After careful consideration, we’ve determined that this is more of an improvement than a critical bug. Additionally, it seems to be an outdated request and hasn’t garnered much interest from...

Unfortunately, this fix doesn't work for this case: ``` ``` Check out this annotations: for each rectangle and polygon we will have a region with labels, but without `type`: ```...

After careful consideration, we’ve determined that this is more of an improvement than a critical bug. Additionally, it seems to be an outdated request and hasn’t garnered much interest from...

Could you please add tests?

Now it looks almost awesome! :-) The last thing I would add - a few lines in the test where we test for really converted coordinates in the YOLO output,...

@ftapajos You need to add labeling config: ``` python label_studio_converter/main.py export -c path/to/label_config.xml -i .json -o output_dir --image-dir -f YOLO ```

---- > I do need some help in order to generate a practical example of annotated data in YOLO_OBB format Let's try to cover it at least with a simple...

Try using this Label config = ```xml ``` Task = ```json { "id": 1, "data": { "image": "https://data.heartex.net/open-images/train_0/mini/0096ba8fb44c1e2a.jpg" }, "annotations": [ { "result": [ { "original_width": 768, "original_height": 578, "image_rotation":...