DeepAlignmentNetwork icon indicating copy to clipboard operation
DeepAlignmentNetwork copied to clipboard

The BoundingBox Problem with private test set

Open BKZero opened this issue 7 years ago • 2 comments

i use the TestSetPreparation.py scripe and save the image to disk, to find many pictures is all dark, and some picture has only half face. and i check the boxes300WIndoor.pkl file and print it out, find some of the bounding box may has wrong order. as ibug says, the array is saved as [xmin, ymin, xmax, ymax], but in boxes300WIndoor.pkl, the dark image correspond to the box is like: 'indoor_153.png': array([1040.282, 725.013, 1228.23 , 925.087]), 'indoor_150.png': array([ 863.458, 293.431, 1058.745, 467.606]), but the size of 150png is only 437*454

BKZero avatar May 02 '18 06:05 BKZero

Hi,

I think you must have somehow downloaded the wrong dataset. On my drive the 'indoor_150.png' image is 1290x960 and shows three girls. The bounding box seems to correspond to the one on the right. Are you sure you got the correct download?

Best regards,

Marek

MarekKowalski avatar May 05 '18 19:05 MarekKowalski

ok, thank you, i think i may download the croped version of the dataset.

BKZero avatar May 08 '18 03:05 BKZero