Anton Matosov
Anton Matosov
I have same the issue with 90 degree rotation... Posted my question to Stack Overflow https://stackoverflow.com/questions/62033661/how-to-rotate-camera-90-degree-with-aiy-vision-bonnet
@bdqnghi I had similar issue with TF build with MKL. Can you please try to start python with `-v` option. This helped me to narrow down module that was causing...
7.20.3.2 The free function Synopsis #include void free(void *ptr); Description The free function causes the space pointed to by ptr to be deallocated, that is, made available for further allocation....
it doesn't compile even with boost `src/PythonBindings.h:31:10: fatal error: 'boost/python/numeric.hpp' file not found` Since boost 1.65 `numeric.hpp` is deprecated in favor of `numpy.hpp`
I have updated MultiNEAT to build with boost 1.65 and created conda package out of it. I will create PR shortly
cython is no longer supported. currently build works only with boost I have added a Conda support, so you can grab pre-build binaries. Currently packages are available from my personal...
It is most probably not AMD, but linux's stdlib incompatibility issue Unfortunately Conda doesn't provide ways to detect this sort of issue. The best workaround for you will be recompiling...
Hi @winycg, you need to build with compatible version of gcc as was used for boost itself. If you don't plan to change library itself, but simply use it, I...
Hi @winycg and @ferreiramx. I am sorry to hear you experience issues with the pre-built binaries. Build commands do not have any CPU specific optimizations enabled, but there can be...
hi @langongjin, it depends where you have installed boost from and which version. it has different naming conventions for libraries. please check what is the name for `boost python` library...