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

problem with eco demo #45

Open
drahmad89 opened this issue Dec 25, 2018 · 2 comments
Open

problem with eco demo #45

drahmad89 opened this issue Dec 25, 2018 · 2 comments

Comments

@drahmad89
Copy link

I have run the runecotracker.bin file and I got this problem.
Thank you

./runecotracker.bin
1 205 151 17 50
../sequences/Crossing/img/0001.jpg
max_score_threshhold: 0.100000
0:0.970590; 1:0.980296; 2:0.990099; 3:1.000000; 4:1.010000; 5:1.020100; 6:1.030301;
Frame:1 FPS:42.6117
iou:0.794821
Frame:2 FPS:42.8933
iou:0.600735
Frame:3 FPS:37.0575
iou:0.497778
Frame:4 FPS:49.8684
iou:0.408577
Frame:5 FPS:49.5856
iou:0.18273
Frame:6 FPS:41.2645
iou:0.180562
Frame:7 FPS:50.1363
iou:0.138218
Frame:8 FPS:50.0072
iou:0.096313
Frame:9 FPS:50.7554
iou:0.0511876
Frame:10 FPS:52.3677
iou:0.0328268
Frame:11 FPS:53.3204
iou:0
Frame:12 FPS:41.1977
iou:0
Frame:13 FPS:49.8217
iou:0
Frame:14 FPS:48.8826
iou:0
Frame:15 FPS:51.5841
iou:0
Frame:16 FPS:51.8498
iou:0
Frame:17 FPS:49.1461
iou:0
Frame:18 FPS:38.9096
iou:0
Frame:19 FPS:50.4327
iou:0
Frame:20 FPS:48.5839
iou:0
Frame:21 FPS:47.9093
iou:0
Frame:22 FPS:47.3173
iou:0
Frame:23 FPS:47.4009
iou:0
Frame:24 FPS:39.0175
iou:0
Frame:25 FPS:46.4634
iou:0
Frame:26 FPS:48.1754
iou:0
Frame:27 FPS:45.9872
iou:0
Frame:28 FPS:45.7628
iou:0
Frame:29 FPS:45.2781
iou:0

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

what(): OpenCV(3.4.4) /home/ahmad/opencv/modules/core/src/matrix.cpp:433: error: (-215:Assertion failed) 0 <= _colRange.start && _colRange.start <= _colRange.end && _colRange.end <= m.cols in function 'Mat'**

@rockkingjy
Copy link
Owner

@drahmad89 according to my experience, it possibly not read the configuration file correctly.

@Oliverwang
Copy link

@rockkingjy 我也遇到了这个错误,gdb调试显示问题出现在eco.cc文件的1206行,cv::Mat temp = xf[i][j].colRange(0, xf[i][j].cols - 1).clone();

OpenCV(3.4.1) Error: Assertion failed (0 <= _colRange.start && _colRange.start <= _colRange.end && _colRange.end <= m.cols) in Mat, file /home/admin/opencv-3.4.1/modules/core/src/matrix.cpp, line 427
terminate called after throwing an instance of 'cv::Exception'
what(): OpenCV(3.4.1) /home/admin/opencv-3.4.1/modules/core/src/matrix.cpp:427: error: (-215) 0 <= _colRange.start && _colRange.start <= _colRange.end && _colRange.end <= m.cols in function Mat

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

3 participants