deepsort-tensorrt icon indicating copy to clipboard operation
deepsort-tensorrt copied to clipboard

Eigen报内存对齐的错误

Open liushuan opened this issue 3 years ago • 1 comments

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)

liushuan avatar Nov 24 '21 00:11 liushuan

因为我之前没有遇到过这类问题,你可以尝试参考这篇文章https://blog.csdn.net/HUAJUN998/article/details/54311561,看看能否解决

RichardoMrMu avatar Nov 30 '21 13:11 RichardoMrMu