Zhou-sx / yolov5_Deepsort_rknn

Track vehicles and persons on rk3588 / rk3399pro.
290 stars 77 forks source link

请问博主的eigen使用的哪个版本的 #3

Closed LinoSun closed 2 years ago

LinoSun commented 2 years ago

博主好,非常感谢博主的开源工作,我自己在测试时候碰到eigen的报错: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.

感觉可能跟eigen的版本有关,所以想问下博主使用的eigen是哪个版本的。

Zhou-sx commented 2 years ago

Eigen 3.4.0

LinoSun commented 2 years ago

好的,多谢。