parser.add_argument('-r','--ratio',type=float,default=0.7,help='Train Ratio (val = 1 - ratio)')
parser.add_argument('-r','--ratio',type=float,default=0.7,help='Train Ratio (val = 1 - ratio)')
parser.add_argument('-p','--path_to_data',type=str,help='Path of the folder that contain the .txt (ending with labels/)',required=True)
parser.add_argument('-p','--path_to_data',type=str,help='Path of the folder that contain the .txt (ending with labels/)',required=True)
parser.add_argument('-d','--direction',type=str,help='Directory to wich spectrogram and the .txt files will be stored (different from -p)',required=True)
parser.add_argument('-d','--direction',type=str,help='Directory to wich spectrogram and .txt files will be stored (different from -p)',required=True)