Open yxianzhe opened 2 years ago
I also have this problem.
Hi, I am a begginer in this project and i am facing the same issue as you @yxianzhe @ZhenhuiL1n . If you have found a solution, let me know ;)
same
it seems like too few matched keypoints
Hi, I am a begginer in this project and i am facing the same issue as you @yxianzhe @ZhenhuiL1n . If you have found a solution, let me know ;)
DId you got this problem?
The method is to "#" about depth value in Tracking.cc 200.
The method is to "#" about depth value in Tracking.cc 200. hello! I found that line 200 in Tracking.cc has already been annotated. Can you explain it in more detail? Thank you!
i also have this problem
The method is to "#" about depth value in Tracking.cc 200. hello! I found that line 200 in Tracking.cc has already been annotated. Can you explain it in more detail? Thank you!
if we use omd dataset, it is based on the RGB-D camera. So we should change the depth calculate function of RGB-D camera, such as line 193. so uncomment 193, and comment 191 can fix the problem.
Hi, this work is really fantastic. When I tried demo-kitti, it worked well and got a very good estimation. I just had some problem when running demo-omd. And I had the following mistake:
..........Dealing with Camera Pose.......... terminate called after throwing an instance of 'cv::Exception' what(): OpenCV(4.2.0) /home/yxz/lib_sources/opencv/opencv/modules/calib3d/src/solvepnp.cpp:216: error: (-215:Assertion failed) npoints >= 4 && npoints == std::max(ipoints.checkVector(2, CV_32F), ipoints.checkVector(2, CV_64F)) in function 'solvePnPRansac'
I tried to modify the variable reprojectionError to have more good matches, but it didn't work. Do you have any ideas about this mistake?