T-vK
T-vK
I just added an ls to the script and `/dev/shm` is basically empty: ``` $ ls -la /dev/shm/ total 4 drwxrwxrwt. 2 root root 60 Aug 17 09:50 . drwxr-xr-x....
I see. Not ideal, but I guess it'll do the trick. Thanks again. :)
I'm interested in this as well.
Turns out the problem was that by thumb drive was mounted. After `umount`ing it, the error was gone. It would probably make sense to add some sort of check for...
Thank you, I think I'm starting to understand. So the releasefile is literally just a file containing a single-line string that gets added to the image in some way. It...
I couldn't find a good source that includes slash chords and finger positions, unfortunately... `chordsdatabase.com` seems to have a pretty nice data base including finger positions, lots of variations for...
@szaza Hi, I'm still very much interested. I just haven't had the time to work on it. I did find a pretty complete "database": https://jguitar.com/chordsearch?chordsearch=&labels=finger I think it truely contains...
Processing the images wouldn't be that hard actually and would only be necessary to obtain the finger positions. The rest can be extracted from the URL to each image. I'm...
> Can we try it out first on a single image? What approach would you use for it? Have you done similar tasks? Well testing it on one image first...
I haven't had much time to get this to work. But here is what I ended up with on the weekend: ``` const Tesseract = require('tesseract.js') const sharp = require('sharp')...