Keith Mok
Keith Mok
When create a machine with raw disk, the disk size is correct (in terms of MB) But when using qcow2 format, the disk size is only 1/10 of the expected...
We should have a cmake for this project and allow pure linux to run and build a libneutralnetwork.so directly. tensroflow lite nnapi delegate will dlopen libnutralnetwork.so in pure linux environment...
Make sed works on both linux and darwin Fix rules in Makefile Use pkg-config to find libusb instead of hard code the path
Fix the following error: =========== make install ./uninstall-opencv.sh make: execvp: ./uninstall-opencv.sh: Text file busy Makefile:27: recipe for target 'uninstallopencv' failed make: *** [uninstallopencv] Error 127 The problem is that Makefile...
error: this 'else' clause does not guard... [-Werror=misleading-indentation]
Currently the code assume key code and key name are one-to-one mapping. Actually it is not, e.g. BTN_MISC and BTN_0 have same key code. This will result in some key...