moonlight
moonlight copied to clipboard
Evaluation
OMR evaluation is an open-ended and challenging problem. We should share some general-purpose evaluation for ease of comparison between OMR systems, e.g. by contributing to https://github.com/ufal/omreval
You can try and play around with the am script available in standard termux installation.
$ cat /data/data/com.termux/files/usr/bin/am
#!/data/data/com.termux/files/usr/bin/sh
export CLASSPATH=/data/data/com.termux/files/usr/libexec/termux-am/am.apk
unset LD_LIBRARY_PATH LD_PRELOAD
exec /system/bin/app_process / com.example.termuxam.Am "$@"
But it seems to rely on the apk to be available anywhere..