parse WIDER FACE dataset to tensorflow tfrecord format for object detection api.
numpy
opencv 2.7
tensorflow > 1.0.1
git clone https://github.com/yeephycho/widerface-to-tfrecord.git
cd ~/widerface-to-tfrecord
Unzip .zip file to folder "~/WIDER/WIDER_train" and make sure "wider_face_train_annot.txt" is under folder "~/WIDER".
ln -s ~/WIDER ./widerface-to-tfrecord/WIDER
python widerface_To_TFRecord.py
Apache 2.0
Yeephycho