Skip to content

yeephycho/widerface-to-tfrecord

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages