JochenKr
JochenKr
Any chance that LandLord project and OpenMower will be combined? OpenMower idea to use Rpi with good GPS is fantastic. This in combination with a simple modification of the Worx...
probably it is more critical in dirty/moisty environments, but as far as I know the standard is always valid. I think on the IC it is not that big problem....
Hi, I'm facing a similar issue using 8bitdo Controller. Can you explain more specific how to implement such a "gamepad event" flag which could be used to react on? thx
Thanks. Tried it and it improves the situation a lot. Still I need to add some delay like 2s, because the response from update() seems to be often false. But...
I found that the Memory leak happens in this line of code: prediction = model.predict(sample) if I remove it and add a fixed prediction = 'negative' in, the memory consumption...
I did at least reproduce the issue using this script: https://gist.github.com/BlackLight/b4b29e5044f5a6a609e62fa212b736a3#file-micmon_predict_example-py ok, it is caused by the tensorflow API. That might explain why this phenomenon is now popping up in...
I "fixed" it by downgrading the tensorflow version. The excessive memory leakage happened using the latest version 2.12.0. Now I've installed 2.8.0 and there is no excessive memory leakage visible...