get random faces from thispersondoesnotexist.com and save them with this python tool
- with progressbar
- clone
git clone https://github.com/Kourva/GANface && cd GANface
- requirements
pip install tqdm requests
- usage
python3 tpdne.py [length]
where:
length: how many pictures you want [defaults to 1 - or if there is no argument]
- example
python3 tpdne.py 10
- have a good day :)