niessner / Matterport

Matterport3D is a pretty awesome dataset for RGB-D machine learning tasks :)
https://niessner.github.io/Matterport/
MIT License
929 stars 153 forks source link

bug when ruuning tasks/keypoint_match/MatchFinder #24

Open caomiao1992 opened 5 years ago

caomiao1992 commented 5 years ago

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 5 years ago

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?