Ricardo de Azambuja
Ricardo de Azambuja
Hi, I've trained the model you can see at the end of this comment and it works (I tested the frozen model with an image and everything was fine), but...
Hi, I tried to contact Dell, but the website is only capable to tell me my warranty is no more and that's it. If I click on 'contact us', it...
Is this a typo?
I followed the instructions but after calling make, it gives me the message: "GL/glu.h no such file or directory". I solved the problem by adding "-DGLEW_NO_GLU" to the main CMakeLists.txt....
It would be interesting to add type hints (for readability) and test whether [mypyc](https://mypyc.readthedocs.io/en/latest/) will speed up things.
The analog sticks generate values from 0 to 255 (at least this is what I can get using evdev) , they are normalized (0 to 1) and multiplied by 1000....
Currently it just print stuff on the screen and that is pretty annoying. simpleUI uses curses and it's much easier to test things that way.
Hi. I am one of the developers of [the CogniFly](https://github.com/thecognifly) (an open-source collision resilient quadcopter). We have made some changes to [our INAV fork](https://github.com/thecognifly/inav/tree/CogniFly) that allow us to use a...
PROS: * you can pass a numpy.random.RandomState object to everything that uses a pseudo-random generator * you don't always need to pass a numpy.random.RandomState object because, by default, it will...
# 🧩 Feature Links between notes (or from notes to some line in the source code) ## Description It would be nice to have a way to add links to...