face-alignment icon indicating copy to clipboard operation
face-alignment copied to clipboard

Elements in Bounding Boxes

Open gitjohnnygit opened this issue 3 years ago • 2 comments

Hello @1adrianb, many thanks for your powerful work!

I can't figure it out why bounding_boxes contains 5 elements when a face is detected? The first four values are (x, y, x+w, y+h) with no doubt. But what is exactly the fifth value which is lower than 1 for the test image aflw-test?

Would appreciate for any comments.

gitjohnnygit avatar Nov 15 '21 14:11 gitjohnnygit

Hi @gitjohnnygit

The last value is the confidence of the detected bounding box.

1adrianb avatar Nov 15 '21 15:11 1adrianb

Hi @1adrianb

I see! Many thanks for your quick reply.

gitjohnnygit avatar Nov 15 '21 15:11 gitjohnnygit