Skip to content

LAAC-LSCP/vandam-daylong-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VanDam Demo

VanDam, Mark (2018). VanDam Public Daylong HomeBank Corpus. doi:10.21415/T5388S.

Installation instructions

You need datalad and the datalad osf extension in order to install the dataset. They can be installed with:

pip install datalad datalad-osf

If anything goes wrong, please check fuller instructions for installing ChildProject, and that you are in the right environment, which may mean doing source ~/ChildProjectVenv/bin/activate

The next step is to clone the dataset:

datalad install https://github.com/LAAC-LSCP/vandam-daylong-demo.git
cd vandam-daylong-demo

Getting data

datalad get recordings # download all recordings
datalad get annotations # get annotations

Should you get an error like get(error): annotations/its/converted/BN32_010007_0_0.csv (file) [not available; (Note that these git remotes have annex-ignore set: origin)], try the following:

pip install datalad-osf
git annex enableremote osf-annex-storage
datalad get recordings # download all recordings
datalad get annotations # get annotations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published