featureMatching gives Eigen error #1698
Unanswered
DominikSek
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I have been developing a Meshroom CLI script that runs each node individually (something like https://github.com/davidmoncas/meshroom_CLI) for usage in Linux using ROS.
On the execution of featureMatching node my program stops and crashes with this error message:
******aliceVision_featureMatching: /opt/AliceVision_install/include/eigen3/Eigen/src/Core/Block.h:122: Eigen::Block<XprType, BlockRows, BlockCols, InnerPanel>::Block(XprType&, Eigen::Index) [with XprType = const Eigen::Matrix<unsigned char, -1, -1, 1, -1, -1>; int BlockRows = 1; int BlockCols = -1; bool InnerPanel = true; Eigen::Index = long int]: Assertion `(i>=0) && ( ((BlockRows==1) && (BlockCols==XprType::ColsAtCompileTime) && i<xpr.rows()) ||((BlockRows==XprType::RowsAtCompileTime) && (BlockCols==1) && i<xpr.cols()))' failed.
Aborted (core dumped)
I cannot find out why it is, I could really use some help.
Dataset i am using is the dataset_monstree-master/mini6 provided by aliceVision
I provided my own .log file up untill the error, after that i just get missing alembic file errors which is expected since this node failed.
log (1).txt
Beta Was this translation helpful? Give feedback.
All reactions