You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]);
The text was updated successfully, but these errors were encountered:
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]);
The text was updated successfully, but these errors were encountered: