Lingdong Huang
Lingdong Huang
Hi, I'm guessing that your electron installation might be too new, newer electron versions ban node.js by default. to un-ban, add ``` nodeIntegration: true, contextIsolation: false, ``` to https://github.com/LingDong-/PoseOSC/blob/master/main.js#L21 more...
Hi @AndreasRef , Thank you for reporting this issue! Looks like the problem is with node and tensorflow versions. Unfortunately I don't have access to a windows 10 computer at...
@ichingxs4all Sure! If you send me the file I'll be more than happy to upload it to the releases. Thanks a lot!
Hi @ichingxs4all , sorry for the delay, I've been busy lately. I just added a new release with your binary: https://github.com/LingDong-/PoseOSC/releases/tag/0.0.3 Thank you very much!
Hi @wayfu , thanks for the issue! The blue noise seed can now be set with `Okb.random.seed` (or with `blueSeed` to set for blue noise specifically). 7c44f66c4f367cf4ba8b324a8b2b4e98c63e9af1
Thanks for bringing this into attention. A raster rendering of the original font is used to kickoff the algorithm, and the output is quite drastically different in shapes. (If you...
Hi Stephan, poisson fill and poisson disk sampling are different things, though you can find my implementation for the latter here https://waxc.netlify.app/?example=poissondisk.wax&to=cpp
Hi @dimitre , thanks for reporting this issue. Could you please share a screenshot of the issue, if possible? I was trying to reproduce the problem by modifying the `WIDTH`...
Hi @kaiyuan01 , I think HTTP requests will definitely make their way into the standard library; However specific API's to specific sites will probably be more suitable as 3rd party...
@kaiyuan01 , I agree these packages would be very useful, however they're too specific for the standard lib. Machine learning is useful, yet tensorflow is not part of python. Computer...