Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding loader for EigenScape dataset ("Raw" version) #82

Merged
merged 8 commits into from
Nov 2, 2021

Conversation

iranroman
Copy link
Contributor

EigenScape Raw

Description

Please include the following information at the top level docstring for the dataset's module mydataset.py:

  • Describe annotations included in the dataset
  • Indicate the total duration of the dataset in hours, and (optionally) also list the number of individual files
  • Mention the origin of the dataset (e.g. creator, institution)
  • Describe the type of audio included in the dataset
  • Indicate any relevant papers related to the dataset
  • Include a description about how the data can be accessed and the license it uses (if applicable)

Dataset loaders checklist:

  • Create a script in scripts/, e.g. make_my_dataset_index.py, which generates an index file.
  • Run the script on the canonical version of the dataset and save the index in soundata/indexes/ e.g. my_dataset_index.json.
  • Create a module in soundata, e.g. soundata/my_dataset.py
  • Create tests for your loader in tests/, e.g. test_my_dataset.py
  • Add your module to docs/source/soundata.rst and docs/source/quick_reference.rst
  • Run tests/test_full_dataset.py on your dataset.

@codecov
Copy link

codecov bot commented Nov 1, 2021

Codecov Report

Merging #82 (68d24fd) into master (e26ff8c) will increase coverage by 0.01%.
The diff coverage is 98.70%.

@@            Coverage Diff             @@
##           master      #82      +/-   ##
==========================================
+ Coverage   98.21%   98.23%   +0.01%     
==========================================
  Files          21       22       +1     
  Lines        1794     1871      +77     
==========================================
+ Hits         1762     1838      +76     
- Misses         32       33       +1     

@magdalenafuentes magdalenafuentes merged commit a72128a into soundata:master Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants