moonlight icon indicating copy to clipboard operation
moonlight copied to clipboard

Evaluation

Open ringw opened this issue 7 years ago • 0 comments

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

ringw avatar Apr 24 '18 02:04 ringw

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..

Gerschtli avatar Jun 18 '21 18:06 Gerschtli