Skip to content

Commit

Permalink
Update base.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hkchengrex authored Jan 25, 2025
1 parent f7cc8a5 commit 5bef2df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/eval_data/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ AudioCaps:
audio_path: ../data/AudioCaps-test-audioldm-ver
# a csv file, with a header row of 'name' and 'caption'
# name should match the audio file name without extension
# Can be downloaded here: https://github.com/hkchengrex/MMAudio/releases/download/v0.1/AudioCaps_audioldm_data.csv
csv_path: ../data/AudioCaps-test-audioldm-ver/data.csv

AudioCaps_full:
audio_path: ../data/AudioCaps-test-full-ver
# a csv file, with a header row of 'name' and 'caption'
# name should match the audio file name without extension
# Can be downloaded here: https://github.com/hkchengrex/MMAudio/releases/download/v0.1/AudioCaps_full_data.csv
csv_path: ../data/AudioCaps-test-full-ver/data.csv

MovieGen:
Expand All @@ -16,5 +18,5 @@ MovieGen:

VGGSound:
video_path: ../data/test-videos
# from the official released csv file
csv_path: ../data/vggsound.csv
# from the officially released csv file
csv_path: ../data/vggsound.csv

0 comments on commit 5bef2df

Please sign in to comment.