MarekKowalski / DeepAlignmentNetwork

A deep neural network for face alignment
MIT License
509 stars 138 forks source link

The BoundingBox Problem with private test set #26

Open BKZero opened 6 years ago

BKZero commented 6 years ago

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

MarekKowalski commented 6 years ago

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

BKZero commented 6 years ago

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