moonlight
moonlight copied to clipboard
Optical music recognition in TensorFlow
build aborted: no such package '@com_google_protobuf//': The native http_archive rule is deprecated.
When I tried this on my MacBookPro17,1 Apple M1: `USE_BAZEL_VERSION=0.20.0 bazel build moonlight:omr --incompatible_remove_native_http_archive=false` got the error: `external/com_google_protobuf/BUILD:355:1: C++ compilation of rule '@com_google_protobuf//:protoc' failed (Exit 1) cc_wrapper.sh failed: error executing...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.6.1 to 3.15.0. Release notes Sourced from protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...
I am doing research works on OMR, and have made some progress so far. Please watch following videos that demonstrate the process of converting photos to digital scores. MusicXML files...
Hello,I found a performance issue in the definition of `input_fn` , moonlight/models/base/glyph_patches.py, [dataset.map(parser)](https://github.com/tensorflow/moonlight/blob/30fd9afb1c05936cbc2eebeb8ce897d542135008/moonlight/models/base/glyph_patches.py#L150) was called without **num_parallel_calls**. I think it will increase the efficiency of your program if you add...
Try to unbreak Travis where we are getting free() crashes at head. Old build: https://travis-ci.org/github/tensorflow/moonlight/builds/759368001 Stack trace: ``` oonlight/structure:structure_test: Running tests under Python 3.6.3: /home/travis/virtualenv/python3.6.3/bin/python [ RUN ] StructureTest.testCompute WARNING:tensorflow:From...
I have print some music scores using MuseScore. However, when I tested these images using moonlight, I got this kind of error message: /home/benny/anaconda2/envs/tf15/lib/python3.6/site-packages/numpy/core/fromnumeric.py:3373: RuntimeWarning: Mean of empty slice. out=out,...
The magenta protobuf has moved to a python package "note-seq". Managing it through requirements.txt instead of a WORKSPACE build rule will be a good simplification.