Label Studio does not have built-in support for the Labelme JSON format. However, you can convert the Labelme JSON format to the Label Studio JSON format using a custom script. Here's an example of how you can do this:
First, let's assume you have a Labelme JSON file named labelme_annotations.json with the following content:
Now you can import the labelstudio_annotations.json file into Label Studio.
Please note that this example assumes you are working with rectangular bounding boxes. You might need to adjust the script to handle other annotation types supported by Labelme and Label Studio.
Label Studio does not have built-in support for the Labelme JSON format. However, you can convert the Labelme JSON format to the Label Studio JSON format using a custom script. Here's an example of how you can do this:
labelme_annotations.json
with the following content:convert_labelme_to_labelstudio.py
with the following content:labelstudio_annotations.json
with the following content:labelstudio_annotations.json
file into Label Studio.Please note that this example assumes you are working with rectangular bounding boxes. You might need to adjust the script to handle other annotation types supported by Labelme and Label Studio.