fatal error
../src/thirdPart/munkres/adapters/boostmatrixadapter.h:24:49: fatal error: boost/serialization/array_wrapper.hpp: No such file or directory
../src/thirdPart/munkres/adapters/boostmatrixadapter.h:24:49: fatal error: boost/serialization/array_wrapper.hpp: No such file or directory
I think it happens due to old version of Boost. I removed this include and it seems like everything works without it. I compiled in Ubuntu 16.04 with Boost 1.58.
use: #include <boost/serialization/array.hpp> #include <boost/serialization/wrapper.hpp>
../src/thirdPart/munkres/adapters/boostmatrixadapter.h:24:49: fatal error: boost/serialization/array_wrapper.hpp: No such file or directory
I think it happens due to old version of Boost. I removed this include and it seems like everything works without it. I compiled in Ubuntu 16.04 with Boost 1.58.
hi,i just wana know what is your platform,did you make it work on cpu? i would be thanks if you can tell me anything about this.
../src/thirdPart/munkres/adapters/boostmatrixadapter.h:24:49: fatal error: boost/serialization/array_wrapper.hpp: No such file or directory I think it happens due to old version of Boost. I removed this include and it seems like everything works without it. I compiled in Ubuntu 16.04 with Boost 1.58.
hi,i just wana know what is your platform,did you make it work on cpu? i would be thanks if you can tell me anything about this.
Hello! No, i didn't try to run it purely on CPU, because i had Nvidia videocard (1070 Ti, it does not really matter) for Tensorflow model. TF can run on CPU, but slower. So technically it should work without GPU. Or you can just cut off "deep" part, Kalman filter works pretty good by itself.