Skip to content

批量生成虚拟身份证背面照片,大部分代码源于网络。

Notifications You must be signed in to change notification settings

CHZarles/Fake_IDcard_Generater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake_IDcard_generater

  1. 用于生成训练卡片分类器用,不要用作非法用途
  2. 这里只生成了身份证背面,但实际上可以生成身份证正面,有需要的自己摸索一下。
  3. 在 ./avater/....里面放头像的图片
  4. 图片输出到 ./fake_back/..文件夹里
  5. 头像采集自 https://thispersondoesnotexist.com/

Usage

  1. 在avater里放置头像材料,然后自己配置avatrt_path

image-20210708173704706

#dataGenerator.py
if __name__ == '__main__':
  	.........
        avater_path = r'./avater/'+str(random.randint(1, 3))+'.png' #随机选择路径
	.........

2.设置loop_num : loop_num = n -> 生成n张图片

#dataGenerator.py
if __name__ == '__main__':
  	........
    loop_num = 10
    for i in range(loop_num):
       ............

#输出演示 fake_back_9

About

批量生成虚拟身份证背面照片,大部分代码源于网络。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages