diff --git a/README.md b/README.md index 6fea605..df3f7fc 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ Resources and Jupyter Book for the ISMIR 2021 tutorial on Tempo, Beat and Downbeat estimation. +To jump directly to the hands on part: +[](https://colab.research.google.com/drive/1tuOqNyO9gdMmYJsj33fP_QOfpRsm2tmt?usp=sharing) + +To go directly to the book: +https://tempobeatdownbeat.github.io/tutorial + ### Install diff --git a/book/.DS_Store b/book/.DS_Store index 5a90293..d34d8b7 100644 Binary files a/book/.DS_Store and b/book/.DS_Store differ diff --git a/book/_build/.doctrees/ch1_intro/tutorial_structure.doctree b/book/_build/.doctrees/ch1_intro/tutorial_structure.doctree index e4803e5..c75f3a4 100644 Binary files a/book/_build/.doctrees/ch1_intro/tutorial_structure.doctree and b/book/_build/.doctrees/ch1_intro/tutorial_structure.doctree differ diff --git a/book/_build/.doctrees/ch2_basics/evaluate.doctree b/book/_build/.doctrees/ch2_basics/evaluate.doctree index 7845166..deb5423 100644 Binary files a/book/_build/.doctrees/ch2_basics/evaluate.doctree and b/book/_build/.doctrees/ch2_basics/evaluate.doctree differ diff --git a/book/_build/.doctrees/ch4_going_deeper/building_tcn_models.doctree b/book/_build/.doctrees/ch4_going_deeper/building_tcn_models.doctree index 66e6b2b..8513292 100644 Binary files a/book/_build/.doctrees/ch4_going_deeper/building_tcn_models.doctree and b/book/_build/.doctrees/ch4_going_deeper/building_tcn_models.doctree differ diff --git a/book/_build/.doctrees/environment.pickle b/book/_build/.doctrees/environment.pickle index 967f511..2952985 100644 Binary files a/book/_build/.doctrees/environment.pickle and b/book/_build/.doctrees/environment.pickle differ diff --git a/book/_build/.doctrees/intro.doctree b/book/_build/.doctrees/intro.doctree index a720cee..f7a4692 100644 Binary files a/book/_build/.doctrees/intro.doctree and b/book/_build/.doctrees/intro.doctree differ diff --git a/book/_build/html/_sources/ch1_intro/tutorial_structure.md b/book/_build/html/_sources/ch1_intro/tutorial_structure.md index 419fcb4..ca95c8d 100644 --- a/book/_build/html/_sources/ch1_intro/tutorial_structure.md +++ b/book/_build/html/_sources/ch1_intro/tutorial_structure.md @@ -43,9 +43,6 @@ If you choose to run locally, here are the recommended steps: 1) Clone the [github repo](https://github.com/TempoBeatDownbeat/tutorial) into a new directory. 2) Make a new conda environment. - - If you want to install using the included `environment.yml` file see the - ([instructions here](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file)). - Then activate your environment. - If you want to install using `pip`, activate your environment and the run `pip install -r requirements.txt`. Note that you should have `ffmpeg` installed prior to installing the requirements ([instructions here](https://ffmpeg.org/download.html)). diff --git a/book/_build/html/_sources/ch2_basics/evaluate.ipynb b/book/_build/html/_sources/ch2_basics/evaluate.ipynb index 8a35051..7ff6bf5 100644 --- a/book/_build/html/_sources/ch2_basics/evaluate.ipynb +++ b/book/_build/html/_sources/ch2_basics/evaluate.ipynb @@ -40,7 +40,7 @@ "is time-consuming and expensive (it requires real-time listening possibly multiple times).\n", "It is also difficult to repeat in an exact way and to determine \n", "a set of unambiguous judging criteria. Note, since most people\n", - "only have \"reletaive\" rather than \"perfect tempo\" it's rather hard to \n", + "only have \"relative\" rather than \"perfect tempo\" it's rather hard to \n", "design an subjective experiment for absolute tempo perception\n", "without the instantion of the tempo in terms of beats. \n", "\n", diff --git a/book/_build/html/_sources/ch4_going_deeper/building_tcn_models.md b/book/_build/html/_sources/ch4_going_deeper/building_tcn_models.md index 048c1ac..d5a4565 100644 --- a/book/_build/html/_sources/ch4_going_deeper/building_tcn_models.md +++ b/book/_build/html/_sources/ch4_going_deeper/building_tcn_models.md @@ -1,5 +1,5 @@ Hands on! ========= -Let's get hands on in some data and models! Please click in the Colab link! +Let's get hands on in some data and models! [](https://colab.research.google.com/drive/1tuOqNyO9gdMmYJsj33fP_QOfpRsm2tmt?usp=sharing) diff --git a/book/_build/html/_sources/intro.md b/book/_build/html/_sources/intro.md index 5effd2c..c500137 100644 --- a/book/_build/html/_sources/intro.md +++ b/book/_build/html/_sources/intro.md @@ -40,7 +40,10 @@ of python notebooks. all of the main practical code examples can be found in the following Google Colab notebook:** -Colab link + +[](https://colab.research.google.com/drive/1tuOqNyO9gdMmYJsj33fP_QOfpRsm2tmt?usp=sharing) + + diff --git a/book/_build/html/ch1_intro/tutorial_structure.html b/book/_build/html/ch1_intro/tutorial_structure.html index 626312b..53dd7f2 100644 --- a/book/_build/html/ch1_intro/tutorial_structure.html +++ b/book/_build/html/ch1_intro/tutorial_structure.html @@ -389,9 +389,6 @@
If you want to install using the included environment.yml
file see the
-(instructions here).
-Then activate your environment.
If you want to install using pip
, activate your environment and the
run pip install -r requirements.txt
. Note that you should have ffmpeg
installed
prior to installing the requirements (instructions here).
Let’s get hands on in some data and models! Please click in the Colab link!
+