摘要: Single Stage Headless Face Detector 据说已经超过了tiny face DDFD 《Multi-view Face Detection Using Deep Convolutional Neural Networks》 http://blog.csdn.net/sh 阅读全文
posted @ 2017-11-03 18:59 木易修 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 查找文件: 7.1.按文件特征查找 (1)find / -amin -10 # 查找在系统中最后10分钟访问的文件(access time) (2)find / -atime -2 # 查找在系统中最后48小时访问的文件 (3)find / -empty # 查找在系统中为空的文件或者文件夹 (4) 阅读全文
posted @ 2017-11-03 13:22 木易修 阅读(301) 评论(3) 推荐(1) 编辑