资源简介
200人,1400张,图片3*80*80,是一个小型的人脸数据集,用作测试,有改格式代码
代码片段和文件信息
‘‘‘
# coding:=utf8
from PIL import Image
img = Image.open(“/home/syj/Documents/datas/Feret/train/FERET-001/01.png“)
print img.size
print img.format
‘‘‘
#!/usr/bin/python
# -*- coding: utf-8 -*-
import os
def del_files(path):
for root dirs files in os.walk(path):
for name in files:
if name.endswith(“.png“):
os.remove(os.path.join(root name))
print (“Delete File: “ + os.path.join(root name))
# test
if __name__ == “__main__“:
path = ‘/home/syj/Documents/datas/2‘
del_files(path)
‘‘‘
gai hou zhui
#!/usr/bin/python
# -*- coding: utf-8 -*-
import os
def model_extentsion(pathbefore_extext):
for name in os.listdir(path):
full_path=os.path.join(pathname)
if os.path.isfile(full_path):
split_path=os.path.splitext(full_path)
pwd_name=split_path[0]
pwd_ext=split_path[1]
before_ext1=“.“+before_ext
if pwd_ext == before_ext1:
ext1=“.“+ext
pwd_name+=ext1
re_name=os.path.join(pathpwd_name)
os.renames(full_path re_name)
else:
model_extentsion(full_pathbefore_extext)
model_extentsion(“/home/syj/Documents/datas/Feret/train“‘tif‘ “png“)
‘‘‘
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-04-30 13:40 Feret(副本)\
目录 0 2018-04-30 13:39 Feret(副本)\train\
目录 0 2018-04-30 13:39 Feret(副本)\train\FERET-001\
文件 6690 2018-04-30 13:39 Feret(副本)\train\FERET-001\01.png
文件 6648 2018-04-30 13:39 Feret(副本)\train\FERET-001\02.png
文件 6664 2018-04-30 13:39 Feret(副本)\train\FERET-001\03.png
文件 6688 2018-04-30 13:39 Feret(副本)\train\FERET-001\04.png
文件 6650 2018-04-30 13:39 Feret(副本)\train\FERET-001\07.png
目录 0 2018-04-30 13:39 Feret(副本)\train\FERET-002\
文件 6666 2018-04-30 13:39 Feret(副本)\train\FERET-002\01.png
文件 6706 2018-04-30 13:39 Feret(副本)\train\FERET-002\02.png
文件 6692 2018-04-30 13:39 Feret(副本)\train\FERET-002\03.png
文件 6682 2018-04-30 13:39 Feret(副本)\train\FERET-002\04.png
文件 6620 2018-04-30 13:39 Feret(副本)\train\FERET-002\07.png
目录 0 2018-04-30 13:39 Feret(副本)\train\FERET-003\
文件 6674 2018-04-30 13:39 Feret(副本)\train\FERET-003\01.png
文件 6682 2018-04-30 13:39 Feret(副本)\train\FERET-003\02.png
文件 6696 2018-04-30 13:39 Feret(副本)\train\FERET-003\03.png
文件 6688 2018-04-30 13:39 Feret(副本)\train\FERET-003\04.png
文件 6700 2018-04-30 13:39 Feret(副本)\train\FERET-003\07.png
目录 0 2018-04-30 13:39 Feret(副本)\train\FERET-004\
文件 6668 2018-04-30 13:39 Feret(副本)\train\FERET-004\01.png
文件 6682 2018-04-30 13:39 Feret(副本)\train\FERET-004\02.png
文件 6672 2018-04-30 13:39 Feret(副本)\train\FERET-004\03.png
文件 6668 2018-04-30 13:39 Feret(副本)\train\FERET-004\04.png
文件 6678 2018-04-30 13:39 Feret(副本)\train\FERET-004\07.png
目录 0 2018-04-30 13:39 Feret(副本)\train\FERET-005\
文件 6684 2018-04-30 13:39 Feret(副本)\train\FERET-005\01.png
文件 6690 2018-04-30 13:39 Feret(副本)\train\FERET-005\02.png
文件 6682 2018-04-30 13:39 Feret(副本)\train\FERET-005\03.png
文件 6692 2018-04-30 13:39 Feret(副本)\train\FERET-005\04.png
............此处省略1773个文件信息
相关资源
- FaceScrub人脸数据库文件
- University of Essex提供的人脸数据库95版
- 有关人脸识别的黄色人种人脸数据库
- sci人脸数据集
- Yale和Extended Yale B人脸数据库.zip
- yale人脸数据+PCA进行降维处理
- ORL人脸数据库多格式
- MIT人脸数据库
- JAFFE人脸数据库
- UMIST人脸数据库
- Yale 人脸数据库
- yale人脸数据库
- 黄色人种人脸数据库bmp格式
- 英国剑桥大学的ORL人脸数据库,pgm格
- orl人脸数据库174437
- 常用人脸数据库AR、GT、FERET、Yale
- FERET_80_80-人脸数据库
- AFW人脸数据库
- ORL+YALE+FERET人脸数据库
- IMM人脸数据库
- olivettifaces人脸数据库识别
- multiPIE 人脸数据库1515张,含表情,光
- AR人脸数据库(jpg+mat)
- FERET_ 人脸数据库
- Feret人脸分类数据库
- BioiD人脸数据库
- BioID人脸检测/人脸识别正样本数据集
- AgeDB人脸数据集
- 6种用于人脸识别的人脸数据库
- CUM_PIE 人脸数据库
评论
共有 条评论