kencoken / cfw-downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

$ node download.js    # download images from info.txt obtained from cfw webpage
$ node verify.js      # verify all downloaded images, and produce verified.txt index file

** Use face detector to produce directory extracted/ ** Manually verify to produce directory annochecked/

$ python remove_spaces.py  # ensure all directory names don't contain spaces
$ python split.js          # produce train/val splits
$ ./gen_lmdb.sh            # (optional) generate caffe lmdb if required + image mean

About


Languages

Language:JavaScript 94.1%Language:Python 3.8%Language:Shell 2.1%