rp-vio icon indicating copy to clipboard operation
rp-vio copied to clipboard

Not enough features or parallex problem

Open jinyummiao opened this issue 3 years ago • 1 comments

Hi, Thanks for sharing your remarkable work! I want to run the RP-VIO algorithm on KAIST urban dataset, which is a highway scene, and i segmented road only. However, the code throws warnings "No enough features or parallex; Move device around" all the time as following screenshot, and the output of the system is an empty "*.csv" file. Could you give me some advices to fix such problems? 1 Looking forward to your reply!

jinyummiao avatar Jan 10 '22 07:01 jinyummiao

Hi,

This error occurs when the visual SfM fails to initialize i.e. the system is not able to find a reasonable initial H matrix between any two frames in your sequence (code). This is most likely to happen because of poor feature tracking. I am not completely sure why this is happening in your sequence but it would be interesting to investigate.

karnikram avatar Jan 11 '22 03:01 karnikram