Python-VO icon indicating copy to clipboard operation
Python-VO copied to clipboard

A simple python implemented frame-by-frame visual odometry with SuperPoint feature detector and SuperGlue feature matcher.

Results 14 Python-VO issues
Sort by recently updated
recently updated
newest added

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?