You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
l have this problem when I dong “sudo ./make.sh”
l reinstall eigen lib many times, what should l do?
l am looking forword to seeing you can help me to solve this problem
By the way ,this is a awesome project!
The text was updated successfully, but these errors were encountered:
may be you shoud change eigen include directory from -I/home/$USER/.cache/bazel/bazel$USER/$BAZEL/external/eigen_archive/Eigen to -I/usr/local/include/eigen3/Eige
I had add #include <eigen3/Eigen/Core> in file Detection.h , iou_matching.h, linear_assignment.h, nn_matching.h .
i had add #include <eigen3/unsupported/Eigen/MatrixFunctions> in file kalman_filter.h
i had repair at make.sh line 21 :
IINCLUDE="-I/home/$USER/code/test/pp/opencvlib/include -I/usr/local/include -I/home/$USER/.cache/bazel/bazel$USER/$BAZEL/external/eigen_archive/Eigen -I/home/$USER/code1/tbb-2018_U1/include/tbb -I/home/$USER/code1/tbb-2018_U1/include"
become :
IINCLUDE="-I/home/$USER/code/test/pp/opencvlib/include -I/usr/local/include -I/usr/local/include/eigen3/Eige -I/home/$USER/code1/tbb-2018_U1/include/tbb -I/home/$USER/code1/tbb-2018_U1/include"
l have this problem when I dong “sudo ./make.sh”
l reinstall eigen lib many times, what should l do?
l am looking forword to seeing you can help me to solve this problem
By the way ,this is a awesome project!
The text was updated successfully, but these errors were encountered: