Thank you for your quick reply. Hmm I think it might not work -> the data needs to be exported like this:
[set,]image_path[,label,x1,y1,,,x2,y2,,]
TRAIN,gs://My_Bucket/sample1.jpg,cat,0.125,0.25,,,0.375,0.5,,
VALIDATE,gs://My_Bucket/sample1.jpg,cat,0.4,0.3,,,0.55,0.55,,
TEST,gs://My_Bucket/sample1.jpg,dog,0.5,0.675,,,0.75,0.875,,
[set,]image_path[,label,x1,y1,x2,y1,x2,y2,x1,y2]
TRAIN,gs://My_Bucket/sample2.jpg,dog,0.56,0.25,0.97,0.25,0.97,0.50,0.56,0.50
Is there any way to make an export like this? I would theoretically need to upload the images that I annotated with prodigy and then export it in this way.