Seanlinx / mtcnn

593 stars 264 forks source link

wider face annotations format (x1,y1, width, height)? #32

Open hkdqliu opened 7 years ago

hkdqliu commented 7 years ago

Hi,@Seanlinx, I'm new to your mtcnn-master. In your get_pnet_data.py , the format of wider face annotations is (x1,y1,x2,y2), but one of the contribitor of the WIDER FACE dataset , yangshuo, he told me the format of wider face annotations is (x1,y1, width, height) 11

Seanlinx commented 7 years ago

@hkdqliu That's right, but I had it transformed. The scripts are located in prepare_data/wider_annotations

hkdqliu commented 7 years ago

OK,@Seanlinx, thanks!