Skip to content

Commit

Permalink
Initial addition of section about building the MusicXML
Browse files Browse the repository at this point in the history
  • Loading branch information
BreezeWhite authored and BreezeWhite committed Nov 11, 2021
1 parent 470276c commit 1f2fcd3
Show file tree
Hide file tree
Showing 61 changed files with 77 additions and 1 deletion.
Empty file modified .github/workflows/release.yml
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
78 changes: 77 additions & 1 deletion README.md
100644 → 100755
Binary file modified audio/tabi.mp4
100644 → 100755
Binary file not shown.
Binary file modified figures/barlines.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/clefs_sfns.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/dewarp_steps.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/dots.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/note_group.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/notehead.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/rests.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/rhythm.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/staffline_peaks.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/staffs.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/tabi.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/tabi.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/tabi_mix.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/tabi_model1.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/tabi_model2.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified oemer/__init__.py
100644 → 100755
Empty file.
Empty file modified oemer/barline_extraction.py
100644 → 100755
Empty file.
Empty file modified oemer/bbox.py
100644 → 100755
Empty file.
Empty file modified oemer/build_label.py
100644 → 100755
Empty file.
Empty file modified oemer/build_system.py
100644 → 100755
Empty file.
Empty file modified oemer/checkpoints/seg_net/arch.json
100644 → 100755
Empty file.
Binary file modified oemer/checkpoints/seg_net/metadata.pkl
100644 → 100755
Binary file not shown.
Binary file modified oemer/checkpoints/seg_net/model.onnx
100644 → 100755
Binary file not shown.
Binary file modified oemer/checkpoints/seg_net/weights.h5
100644 → 100755
Binary file not shown.
Empty file modified oemer/checkpoints/unet_big/arch.json
100644 → 100755
Empty file.
Binary file modified oemer/checkpoints/unet_big/metadata.pkl
100644 → 100755
Binary file not shown.
Binary file modified oemer/checkpoints/unet_big/model.onnx
100644 → 100755
Binary file not shown.
Binary file modified oemer/checkpoints/unet_big/weights.h5
100644 → 100755
Binary file not shown.
Empty file modified oemer/classifier.py
100644 → 100755
Empty file.
Empty file modified oemer/constant.py
100644 → 100755
Empty file.
Empty file modified oemer/constant_min.py
100644 → 100755
Empty file.
Empty file modified oemer/convert_to_onnx.py
100644 → 100755
Empty file.
Empty file modified oemer/dewarp.py
100644 → 100755
Empty file.
Empty file modified oemer/draw_teaser.py
100644 → 100755
Empty file.
Empty file modified oemer/ete.py
100644 → 100755
Empty file.
Empty file modified oemer/exceptions.py
100644 → 100755
Empty file.
Empty file modified oemer/general_filtering_rules.py
100644 → 100755
Empty file.
Empty file modified oemer/inference.py
100644 → 100755
Empty file.
Empty file modified oemer/layers.py
100644 → 100755
Empty file.
Empty file modified oemer/models/__init__.py
100644 → 100755
Empty file.
Empty file modified oemer/models/naive_conv.py
100644 → 100755
Empty file.
Empty file modified oemer/models/unet.py
100644 → 100755
Empty file.
Empty file modified oemer/morph.py
100644 → 100755
Empty file.
Empty file modified oemer/note_group_extraction.py
100644 → 100755
Empty file.
Empty file modified oemer/notehead_extraction.py
100644 → 100755
Empty file.
Empty file modified oemer/rhythm_extraction.py
100644 → 100755
Empty file.
Binary file modified oemer/sklearn_models/clef.model
100644 → 100755
Binary file not shown.
Binary file modified oemer/sklearn_models/clef_sfn.model
100644 → 100755
Binary file not shown.
Binary file modified oemer/sklearn_models/clefs_sfns.model
100644 → 100755
Binary file not shown.
Binary file modified oemer/sklearn_models/rests.model
100644 → 100755
Binary file not shown.
Binary file modified oemer/sklearn_models/rests_above8.model
100644 → 100755
Binary file not shown.
Binary file modified oemer/sklearn_models/sfn.model
100644 → 100755
Binary file not shown.
Empty file modified oemer/staffline_extraction.py
100644 → 100755
Empty file.
Empty file modified oemer/symbol_extraction.py
100644 → 100755
Empty file.
Empty file modified oemer/train.py
100644 → 100755
Empty file.
Empty file modified oemer/utils.py
100644 → 100755
Empty file.
Empty file modified setup.py
100644 → 100755
Empty file.

0 comments on commit 1f2fcd3

Please sign in to comment.