deepsort-tensorrt
deepsort-tensorrt copied to clipboard
Eigen报内存对齐的错误
deep_track_test: /home/liushuan/tools/eigen3/Eigen/src/Core/DenseStorage.h:109: Eigen::internal::plain_array<T, Size, MatrixOrArrayOptions, 16>::plain_array() [with T = float; int Size = 64; int MatrixOrArrayOptions = 1]: Assertion `(internal::UIntPtr(eigen_unaligned_array_assert_workaround_gcc47(array)) & (15)) == 0 && "this assertion is explained here: " "http://eigen.tuxfamily.org/dox-devel/group__TopicUnalignedArrayAssert.html" " **** READ THIS WEB PAGE !!! ****"' failed. Aborted (core dumped)
因为我之前没有遇到过这类问题,你可以尝试参考这篇文章https://blog.csdn.net/HUAJUN998/article/details/54311561,看看能否解决