• 大小: 7.72MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-23
  • 语言: 其他
  • 标签: 人脸数据  

资源简介

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个文件信息

评论

共有 条评论