Skip to content

Commit

Permalink
[Fix]: Fix typo in scripts. (open-mmlab#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
su authored Nov 10, 2020
1 parent 4389c20 commit 07314cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/data/build_audio_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def extract_audio_feature(wav_path, audio_tools, mel_out_dir):
parser.add_argument('--part', type=str, default='1/1')
args = parser.parse_args()

mmcv.makedir_or_exist(args.spectrogram_save_path)
mmcv.mkdir_or_exist(args.spectrogram_save_path)

files = glob.glob(
osp.join(args.audio_home_path, '*/' * args.level, '*' + args.ext))
Expand Down

0 comments on commit 07314cc

Please sign in to comment.