Closed shipra25jain closed 2 years ago
In case the labels in the annotation do not match the ones you setup when creating your label config, all polygons are shown in light grey and are hardly visible. That is a problem I encountered. For the inverse conversion (COCO polygon points to LSCF) you need to convert via: p_new = (p*100)/widthOrHeight
WIP: https://github.com/heartexlabs/label-studio-converter/pull/69
Relative slack messages: https://label-studio.slack.com/archives/C01Q5G6NMKR/p1635364775100600 https://label-studio.slack.com/archives/C01Q5G6NMKR/p1634191067188200 https://label-studio.slack.com/archives/C01Q5G6NMKR/p1633643866097900 https://label-studio.slack.com/archives/C01Q5G6NMKR/p1633524757058200 https://label-studio.slack.com/archives/C01Q5G6NMKR/p1631207084176700 https://label-studio.slack.com/archives/C01Q5G6NMKR/p1627712907024300 https://label-studio.slack.com/archives/C01Q5G6NMKR/p1623703138466700?thread_ts=1623701999.463500&cid=C01Q5G6NMKR
Now COCO import is a part of label-studio-converter:
label-studio-converter import coco -h
@shipra25jain how did you convert the coco annotations .json file into label studio json format?
@shipra25jain how did you convert the coco annotations .json file into label studio json format?你们是如何将 Coco Annotations .json 文件转换为 Label Studio JSON 格式的?
When I type label-studio-converter import coco -i result.json -o output.json Tip: with open(input_file, encoding='utf8') as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/wjt/PycharmProjects/pythonProject/label-studio-converter/result.json'
Hello, thank you for the great tool!
I have some image segmentation annotations in format of polygon coco labels. I want to refine this annotations using your tool, so I converted them in the label studio json format. But when I import my converted json file along with input image, the interface only visualizes input image and in right it shows list of 25 polygons, but do not share there overlay on image. But when I import the annotations alone (no input image), I can see my segmentation mask in the interface.
I suspect that there could be one of the two problems :
Thank you Shipra