OmarMohammed88 / AR-Emotion-Recognition

An implementation of the paper titled "Arabic Speech Emotion Recognition Employing Wav2vec2.0 and HuBERT Based on BAVED Dataset" https://journals.scholarpublishing.org/index.php/TMLAI/article/view/11039

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Never runnable code portion and it is not clear

Hind-Saleh-Alatawi opened this issue · comments

# !wget 'https://storage.googleapis.com/kaggle-data-sets/345828/931766/bundle/archive.zip?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=gcp-kaggle-com%40kaggle-161607.iam.gserviceaccount.com%2F20210916%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20210916T235327Z&X-Goog-Expires=259199&X-Goog-SignedHeaders=host&X-Goog-Signature=6bbb8e666406ae4b8a8e39a7815b72db755b7d69e2fc08ed61e55aeb9bc293408ebad1abde7ba3f60267a2816514ab94ea0b11cf8154b8ab4c39c5ab5e7b16675f9c01de4d6b22f2071f6f8b508aae6becea36052b96c621bccb816fbc88716333ecc5b725bf491453d47a830c2b4339c7e78ba85dd46458a6bc5edf0ee61dbab33935b4975aecf2e53b4d2eec4880eace66a5794f4550f255d9b073657c1aecc129652411808aa8dc87d5c7a7bed1f3c7f5dd1a790bb1ffe57d5c33e09a07ecea58e2643c5dd71fbbeaf61146c554dc0e3168c2ed423ed1f157dc0363b600855303deb7212b1b68a7115a7463f2f6e4c4488078dab86f0e26c7f99542aee7d0'
!unzip '/content/archive.zip?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=gcp-kaggle-com@kaggle-161607.iam.gserviceaccount.com%2F20210916%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20210916T235327Z&X-Goog-Expires=259199&X-Goog-SignedHeaders=hos' -d /content/BAVE/
!rm -r /content/BAVE/remake/remake
!mv /content/BAVE/remake/naming.txt /content/
!mv /content/BAVE/remake/speakers_info.json /content/

you should upload the data to collab because the links that I used is expired, so I would recommend trying to download the data from this link (https://www.kaggle.com/datasets/a13x10/basic-arabic-vocal-emotions-dataset)
and copy the link of the download and use this command to download it on collab

!wget download_link

then unzip the zip file using "!unzip file_name'

or you could use the way https://www.kaggle.com/general/74235