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/python | |
| # Credits: Thomas Himblot | |
| # Edit: Leonichel Guimarães | |
| import argparse # library to get folder path as arguments | |
| import os, os.path # library os.path add, to get number of files automatically | |
| import random | |
| from scipy import * |