bug when ruuning tasks/keypoint_match/MatchFinder
caomiao1992 opened this issue · 1 comments
caomiao1992 commented
When I run the tasks/keypoint_match/MatchFinder project , there is a strange bug:
When it go to the ScannedScene::findKeyPoints() function in scannedScene.cpp, it will stop at std::cout << "\r" << "image: " << sensorIdx << "|" << imageIdx << " found " << validKeyPoints << " keypoints"; until I press the blank key on my computer, the process will continue, and the process will repeat again and again, how can I fix it ?
caomiao1992 commented
Just a moment ago, I run the project on release mode, it goes well at the beginning, but it will also stuck sometimes, it's fairly strange, only if when I press the blank key, it will continue, is there anyone meet the same question?