Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 678 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 678 Bytes

widerface-to-tfrecord

parse WIDER FACE dataset to tensorflow tfrecord format for object detection api.

Dependencies

numpy

opencv 2.7

tensorflow > 1.0.1

Usage

Enter project root

git clone https://github.com/yeephycho/widerface-to-tfrecord.git
cd ~/widerface-to-tfrecord

Create simbolic link to WIDER FACE dataset

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

Run the script

python widerface_To_TFRecord.py

License

Apache 2.0

Auther

Yeephycho