Python-VO
Python-VO copied to clipboard
A simple python implemented frame-by-frame visual odometry with SuperPoint feature detector and SuperGlue feature matcher.
can this part be more specific?
运行报错
您好,我在运行的时候,会报错UnboundLocalError: local variable 'img2' referenced before assignment,我在前面加了global img2 也没用,我的Python版本是3.7,请问您知道怎么解决吗?
How do i convert the matched keypoints to 3d landmarks after apploying superglue matching ? Such that they can be converted into pointcloud and saved to database?