Hello;
Thank you for your reply. Does it mean robotflow does not support coco format? I try to upload a json following coco format but it does not seem to be taken in account.
{
"images": [
{
"id": 10,
"file_name": "0000010.jpg",
"width": 1139,
"height": 815
}
],
"annotations": [
{
"id": 1,
"image_id": 10,
"category_id": 1,
"keypoints": [
[
525.9298095703125,
79.680419921875,
2
],
[
512.9473876953125,
63.529022216796875,
2
],
[
541.768310546875,
65.94412231445312,
2
],
[
492.2723388671875,
69.92294311523438,
2
],
[
557.9517822265625,
78.31539916992188,
2
],
[
455.1761474609375,
107.93182373046875,
2
],
[
591.35400390625,
141.07754516601562,
2
],
[
384.3128662109375,
186.94857788085938,
2
],
[
622.103515625,
222.71578979492188,
2
],
[
417.900146484375,
246.18826293945312,
2
],
[
616.6661376953125,
221.25387573242188,
2
],
[
466.865234375,
286.4660339355469,
2
],
[
542.281494140625,
300.1199645996094,
2
],
[
429.983154296875,
445.2668151855469,
2
],
[
541.2786865234375,
462.8659973144531,
2
],
[
427.361572265625,
532.1884765625,
2
],
[
532.8096923828125,
599.9249267578125,
2
]
],
"num_keypoints": 17,
"iscrowd": 0,
"area": 0
},
{
"id": 2,
"image_id": 10,
"category_id": 2,
"keypoints": [
[
700,
268,
2
],
[
708,
262,
2
],
[
694,
261,
2
],
[
720,
268,
2
],
[
688,
267,
2
],
[
738,
314,
2
],
[
668,
303,
2
],
[
747,
369,
2
],
[
649,
304,
2
],
[
755,
412,
2
],
[
649,
289,
2
],
[
714,
415,
2
],
[
669,
405,
2
],
[
715,
503,
2
],
[
669,
498,
2
],
[
704,
594,
2
],
[
664,
595,
2
]
],
"num_keypoints": 17,
"iscrowd": 0,
"area": 0
}
],
"categories": [
{
"id": 1,
"name": "pose1",
"keypoints": [
"nose",
"left_eye",
"right_eye",
"left_ear",
"right_ear",
"left_shoulder",
"right_shoulder",
"left_elbow",
"right_elbow",
"left_wrist",
"right_wrist",
"left_hip",
"right_hip",
"left_knee",
"right_knee",
"left_ankle",
"right_ankle"
],
"skeleton": [
[
1,
2
],
[
1,
3
],
[
2,
4
],
[
3,
5
],
[
1,
6
],
[
1,
7
],
[
6,
8
],
[
7,
9
],
[
8,
10
],
[
9,
11
],
[
6,
12
],
[
7,
13
],
[
12,
14
],
[
13,
15
],
[
14,
16
],
[
15,
17
]
]
},
{
"id": 2,
"name": "pose2",
"keypoints": [
"nose",
"left_eye",
"right_eye",
"left_ear",
"right_ear",
"left_shoulder",
"right_shoulder",
"left_elbow",
"right_elbow",
"left_wrist",
"right_wrist",
"left_hip",
"right_hip",
"left_knee",
"right_knee",
"left_ankle",
"right_ankle"
],
"skeleton": [
[
1,
2
],
[
1,
3
],
[
2,
4
],
[
3,
5
],
[
1,
6
],
[
1,
7
],
[
6,
8
],
[
7,
9
],
[
8,
10
],
[
9,
11
],
[
6,
12
],
[
7,
13
],
[
12,
14
],
[
13,
15
],
[
14,
16
],
[
15,
17
]
]
}
]
}