> need help on coco key point submission

Hello Sir/Madam

Greetings! I found COCO submission format for keypoint:

[{
"image_id"
: int,
"category_id"
: int,
"keypoints"
: [x1,y1,v1,...,xk,yk,vk],
"score"
: float,
}]

what is score value here, what does it mean? how can i get it?

Please, help

Thanks

Regards
Milton

Posted by: milton.2002 @ Oct. 3, 2019, 5:12 a.m.

score should be general confidence of 'object detecting' - could be interpreted as mean value of confidence of all key points

Posted by: vlade44 @ Dec. 13, 2019, 12:50 p.m.
Post in this thread