2017年7月28日

LFW Face Database下载

摘要: http://vis-www.cs.umass.edu/lfw/ Download the database: All images as gzipped tar file (173MB, md5sum a17d05bd522c52d84eca14327a23d494) All images as 阅读全文

posted @ 2017-07-28 13:59 蚂蚁flow 阅读(1326) 评论(0) 推荐(0) 编辑

python遍历文件夹

摘要: import os def list_dir_files(dir_abs): allfiles = [] for root,dirs,files in os.walk(dir_abs): print('-----------------------------------') print('root:', root) print(... 阅读全文

posted @ 2017-07-28 11:40 蚂蚁flow 阅读(118) 评论(0) 推荐(0) 编辑

导航