Victor Ribeiro
Victor Ribeiro
Yes, you need to set canvas 'c.textAlign = "center" ' https://www.w3schools.com/tags/canvas_textalign.asp Before the line which draws the text Em sáb, 28 de ago de 2021 11:14, Patrice Robitaille < ***@***.***>...
I think I would have to write a different .js for that, don't I? a simple ``` if (typeof module !== 'undefined') { module.exports = imgToAscii; } ``` wouldn't do...
Yeah, but to process the ASCII the algorithm uses a Image and a Canvas object (DOM Element) which node doesn't implement. So I would have to rewrite the code as...
Hi, I just talked about that on the HN post. The finger stop on real phones were a thing because they didn't have a feed back so you can know...
That's awesome. Soon as I can I'll try to retrain the NN with the new data.
Boy, my computer is having a hard time processing this much data. I don't think I'll be able to train the NN with such a huge amount of data.
I need to extract the title and the score only, then I have to tokenize the words turning them into vectors and only then I need to feed the new...
Working on it
I've made a preview of what I'm think the crop should be. I have to stop right now, some personal issues to attend. If everything goes ok tomorrow I'll commit...
Now I got this: /usr/bin/ld: common/platform_linux.o: undefined reference to symbol 'XGetWindowAttributes' //usr/lib/x86_64-linux-gnu/libX11.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make: *** [mfgd]...