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

experiments_2018_mesas_exposure: OpenCV assertion fail in experiment no. 4 #59

Open
jiriUlr opened this issue Sep 4, 2018 · 0 comments

Comments

@jiriUlr
Copy link
Collaborator

jiriUlr commented Sep 4, 2018

While running adaptive map tests on the day/night dataset (test no. 4 in process.sh), those errors occured many times:

[ERROR] [1536061695.866558917]: Feature desriptors from the map and in from the image are not compatible.
OpenCV Error: Assertion failed (type == src2.type() && src1.cols == src2.cols && (type == 5 || type == 0)) in batchDistance, file /tmp/binarydeb/ros-kinetic-opencv3-3.3.1/modules/core/src/stat.cpp, line 4022

Suggested solution by @halodluc which seems to work is to change arguments of function configureFeatures() on lines no. 228 in autoRemapTest.cpp and no. 234 in tester.cpp
from configureFeatures(2,2) to configureFeatures(3,2)

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