Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/FDDBPublic

Face Detection Data Set and Benchmark (FDDB) in Darknet

License

NotificationsYou must be signed in to change notification settings

cezs/FDDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains scripts automating conversion of the FDDB dataset to a format required by the Darknet framework.

Usage

  1. Clone and navigate to the repository

  2. Use the following links in order to download a complete FDDB dataset.

     wget http://vis-www.cs.umass.edu/fddb/FDDB-folds.tgz wget http://vis-www.cs.umass.edu/fddb/README.txt wget http://tamaraberg.com/faceDataset/originalPics.tar.gz
  3. Create a new folder and call itimages. Unpack the supplied images inside of it.

     tar -xzvf FDDB-folds.tgz mdkir images && tar -xzvf originalPics.tar.gz -C images
  4. Prepare data.

     find FDDB-folds -type f -regex ".*[0-9]-.*txt" -exec cat {} >> FDDB-folds/FDDB-annotations.txt \; find FDDB-folds -type f -regex ".*[0-9]+.txt" -exec cat {} >> FDDB-folds/FDDB-paths.txt \;
  5. Install the required Python libraries.

     pip install Pillow
  6. Generate all the files required by the Darknet.

     python ./scripts/cs_fddb_convert_to_darknet.py

License

This is free and unencumbered software released into the public domain. For more information, please refer to theLICENSE file.

About

Face Detection Data Set and Benchmark (FDDB) in Darknet

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp