Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenCV Error: Assertion failed #1

Open
Shivani1796 opened this issue Jan 27, 2020 · 0 comments
Open

OpenCV Error: Assertion failed #1

Shivani1796 opened this issue Jan 27, 2020 · 0 comments

Comments

@Shivani1796
Copy link

Shivani1796 commented Jan 27, 2020

Hi, when I try to run this code with the given "KITTI Dataset" , its working fine.But when I use my own dataset (images+poses ) it shows me error :

OpenCV Error: Assertion failed (src[i].dims <= 2 && src[i].rows == src[0].rows && src[i].type() == src[0].type()) in hconcat, file /home/shivani/Downloads/opencv-3.4.0/modules/core/src/matrix.cpp, line 3156 terminate called after throwing an instance of 'cv::Exception' what(): /home/shivani/Downloads/opencv-3.4.0/modules/core/src/matrix.cpp:3156: error: (-215) src[i].dims <= 2 && src[i].rows == src[0].rows && src[i].type() == src[0].type() in function hconcat

Along with it only gives me red line i.e for images but don't show me green line which is for pose data. Could you please tell me where I am wrong ? How to run this code again.
Thanks !!!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant