seungheondoh / EMOPIA_cls

MIDI, WAV domain music emotion recognition [ISMIR 2021]
71 stars 10 forks source link

Failed to download some videos in `EMOPIA_2.2` datasets #8

Open KindleHe opened 2 years ago

KindleHe commented 2 years ago

I try to download the source mp4 from Q1.txt, Q2.txt, Q3.txt, Q4.txt of songs_lists directory in the EMOPIA_2.2 datasets, using the following scripts:

#!/bin/bash
input="$1"
root=`echo $input|cut -d "." -f 1`
count=1
while IFS= read -r line
do
  echo "Start download $count-th $line"
  output=`echo $line|cut -d "=" -f 2|cut -d "," -f 1`
  youtube-dl -x --audio-format mp3 -o "$root/$output.%(ext)s" $line
  count=$[count+1]
  sleep 3
done < "$input"

But failed to download some videos.

Start download 3-th https://www.youtube.com/watch?v=JP3QKZlyQz4
[youtube] JP3QKZlyQz4: Downloading webpage
ERROR: Video unavailable
This video is not available

@SeungHeonDoh Could you share the source music datasets of EMOPIA_2.2 datasets, so that we can apply scripts/timestamp2clip.py to get get audio clips?

seungheondoh commented 2 years ago

@KindleHe Could you contact me by my email?

KindleHe commented 2 years ago

@SeungHeonDoh Sure,I sen t a email to seungheondoh@kaist.ac.kr just now. Thanks for your reply!

chen-0529 commented 1 year ago

@seungheondoh I wrote you a letter about the dataset download failure, can you give me a reply? Thank you!

seungheondoh commented 1 year ago

@chen-0529 okay!