TE-ORB_SLAM2 icon indicating copy to clipboard operation
TE-ORB_SLAM2 copied to clipboard

terminate called after throwing an instance of 'cv::Exception'

Open vika-77 opened this issue 5 years ago • 1 comments

Hello, Here's the problem when using semantic part. terminate called after throwing an instance of 'cv::Exception' what(): OpenCV(3.4.10) /home/zb/opencv-3.4.10/modules/core/src/matrix.cpp:424: error: (-215:Assertion failed) 0 <= _rowRange.start && _rowRange.start <= _rowRange.end && _rowRange.end <= m.rows in function 'Mat' I printed jpg name and it happened when started mapping(I think). Do you know where is the problem or have any modified version? Thank you!

`ORB-SLAM2 Copyright (C) 2014-2016 Raul Mur-Artal, University of Zaragoza. This program comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under certain conditions. See LICENSE.txt.

Input sensor was set to: Monocular

Loading ORB Vocabulary. This could take a while... Vocabulary loaded!

Camera Parameters:

  • fx: 535.4
  • fy: 539.2
  • cx: 320.1
  • cy: 247.6
  • k1: 0
  • k2: 0
  • p1: 0
  • p2: 0
  • fps: 30
  • color order: RGB (ignored if grayscale)

ORB Extractor Parameters:

  • Number of Features: 1000
  • Scale Levels: 8
  • Scale Factor: 1.2
  • Initial Fast Threshold: 20
  • Minimum Fast Threshold: 7

Start processing sequence ... Images in the sequence: 2585

rgb/1341847980.722988.png Framebuffer with requested attributes not available. Using available framebuffer. You may see visual artifacts. rgb/1341847980.754743.png

rgb/1341847980.786856.png

rgb/1341847980.822978.png

rgb/1341847980.854676.png

rgb/1341847980.890728.png

rgb/1341847980.922978.png

rgb/1341847980.954645.png

rgb/1341847980.990699.png

rgb/1341847981.022715.png

rgb/1341847981.054711.png

rgb/1341847981.090715.png

rgb/1341847981.122985.png

rgb/1341847981.158632.png

rgb/1341847981.190636.png

rgb/1341847981.222978.png

rgb/1341847981.258722.png

rgb/1341847981.290787.png

rgb/1341847981.322892.png

rgb/1341847981.358690.png

rgb/1341847981.390810.png

rgb/1341847981.426707.png

rgb/1341847981.458797.png

rgb/1341847981.490701.png

rgb/1341847981.527039.png

rgb/1341847981.558722.png

rgb/1341847981.594855.png

rgb/1341847981.626675.png

rgb/1341847981.658738.png

rgb/1341847981.694720.png

rgb/1341847981.726650.png New Map created with 145 points

rgb/1341847981.758846.png

rgb/1341847981.794659.png terminate called after throwing an instance of 'cv::Exception' what(): OpenCV(3.4.10) /home/zb/opencv-3.4.10/modules/core/src/matrix.cpp:424: error: (-215:Assertion failed) 0 <= _rowRange.start && _rowRange.start <= _rowRange.end && _rowRange.end <= m.rows in function 'Mat'

Process finished with exit code 134 (interrupted by signal 6: SIGABRT)`

vika-77 avatar Dec 27 '20 09:12 vika-77

Hello,have you solved the problem? I meet the same problem

huuxi avatar Feb 24 '21 09:02 huuxi