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

Vocabulary::transform features are of different size than the vocabulary ones #42

Open
X1l10on88 opened this issue Nov 12, 2022 · 0 comments

Comments

@X1l10on88
Copy link

X1l10on88 commented Nov 12, 2022

I'm trying to run image_matching, with ORB, and I'm getting this error. the output of the program:

voc desc name=orb Extracting features... reading image: C:\Users\Marco\Desktop\Datasets\KITTIColor\sequences\00\image_2_few_images\000000.png extracting features done detecting features Extracting features... reading image: C:\Users\Marco\Desktop\Datasets\KITTIColor\sequences\00\image_2_few_images\000001.png extracting features done detecting features Extracting features... reading image: C:\Users\Marco\Desktop\Datasets\KITTIColor\sequences\00\image_2_few_images\000002.png extracting features done detecting features features[i][0].type(): 0 - features[i][0].depth(): 0 - features[i][0].channels(): 1 features[i][0].rows: 2000 - features[i][0].cols: 32 Vocabulary::transform features are of a different size than the vocabulary ones

The offending line 79 of utils/image_matching.cpp:

vv = voc.transform(features[i][0]);

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