This file contains 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
""" | |
Script to augment teaching data | |
Usage: | |
augment.py --path=<source-dir> [--out=<target_dir>] --aug=<name> [--prob=<PROBABILITY>] [--add-prefix] [--start-id=<id>] | |
Options: | |
-h --help Show this screen. | |
--path TUBPATH Path of the record directory | |
--out TARGETPATH Path to directory where augmented data is placed, directory is created if it doesn't exist |