This folder contains the scripts for downloading the MUSIC dataset. The JSON files are downloaded from the original repository.
pip install youtube_dl tqdmpython download.py -i MUSIC_solo_videos.json -o data/MUSIC/solo/videoExtract audio from videos
python extract_audio.py -i data/MUSIC/solo/video -o data/MUSIC/solo/audio -s -eExtract image frames from videos
python extract_frames.py -i data/MUSIC/solo/video -o data/MUSIC/solo/frames -s -eResize and crop images
python preprocess.py -i data/MUSIC/solo/frames -o data/MUSIC/solo/preprocessed -s -e