Using YOLO v8, I am pre-annotating images. I generate a json file and import it into Label Studio. However, Label Studio says it is unable to load the image. I suspect there is a problem with my path formatting, but I am unable to figure that out.
[
{
"data": {
"image": "d:\\frames\\cars\\image0001.jpg"
},
"predictions": [
{
"result": [
{
"id": "image0001",
"type": "rectanglelabels",
"from_name": "label",
"to_name": "image",
"original_width": "1920",
"original_height": "1080",
"image_rotation": 0,
"value": {
"rotation": 0,
"x": "513",
"y": "670",
"width": "788",
"height": "373",
"rectanglelabels": [
"Vehicle"
]
}
}
]
}
]
}
]