DeepSort icon indicating copy to clipboard operation
DeepSort copied to clipboard

fatal error

Open deimsdeutsch opened this issue 6 years ago • 4 comments

../src/thirdPart/munkres/adapters/boostmatrixadapter.h:24:49: fatal error: boost/serialization/array_wrapper.hpp: No such file or directory

deimsdeutsch avatar Feb 22 '19 15:02 deimsdeutsch

../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.

VolkovAK avatar Feb 25 '19 13:02 VolkovAK

use: #include <boost/serialization/array.hpp> #include <boost/serialization/wrapper.hpp>

GordonDongZHAO avatar Jun 17 '19 03:06 GordonDongZHAO

../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.

Vincent630 avatar Jul 24 '19 11:07 Vincent630

../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.

VolkovAK avatar Jul 26 '19 09:07 VolkovAK