raulmur / ORB_SLAM2

Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities
Other
9.37k stars 4.69k forks source link

Monocular orbslam 2 - Video segment problems #523

Open mcsoares1992 opened 6 years ago

mcsoares1992 commented 6 years ago

Hi, first of all thank you guys for making available this excellent tool.

I'm a Electrical and Computer Engineering student and i would like to apply monocular orb slam to a video segment of medical context (endoscopy) , like the one in this link https://drive.google.com/open?id=1lYwWfD1sKYv7YJ9YYQrGpEMviHh6c7iH . Using kitti example i have successfully loaded the video into orbslam, however i can't obtain any point cloud or map or keyframes. In this regard i have 3 questions:

If someone could help, i will be deeply thankful. with the best regards

AlejandroSilvestri commented 6 years ago

@mcsoares1992

ORB-SLAM2 uses the usual undistortion parameters, I personally couldn't successfully undistort fisheye video with them. I modified orb-slam2 code to use fisheye undistortion, and it works well.

Keep in mind: ORB-SLAM2 is hard to initialize. You must find a zone in your video where ORB-SLAM2 can initialize. Only after that SLAM starts working and the production of mappoints and keyframes begins.

Another note: ORB-SLAM2 works on static scenes. If your scene is elastic, its map will be ill formed.