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 recodings',required=True)
parser.add_argument('-d','--direction',type=str,help='Direction of the folder to export the spectrogram and the .txt files',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='Direction of the folder to export the spectrogram and the .txt files (different from -p)',required=True)