This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| #!/usr/bin/env python | |
| """ | |
| A script designed to | |
| 1) resize all of the downloaded images to desired dimension (DEFAULT 64x64 pixels) and | |
| 2) rename images in folders from 1.png to n.png for ease of use in training | |
| Modified version from https://github.com/rkjones4/GANGogh/blob/master/misc/picStuff.py | |
| """ |