Akbonline / SLAMPy-Monocular-SLAM-implementation-in-Python

Pythonic implementation of an ORB feature matching based Monocular-vision SLAM.
115 stars 30 forks source link

can your implementation work for this specific task #4

Open mesutbulut5 opened 4 months ago

mesutbulut5 commented 4 months ago

Hi,

Iv read through your repository about orb-slam3 but im note sure if your implementation is going to work for my task can you help me out in finding out if your impelemtation will work for my specific task?

my task is as follows:

we are trying to use orb-slam3 for location estimation through frames. 2500 frames are going to be sent through the slam algorithim and the location of the first 450 frames taken are going to be given to us. for every frame after we need to find out the location of each frame in X Y meter format. I couldnt understand the code that you provided in this repository will it work for this task.

I reviewed it and it was some very successful work. I thank you for your work and hope you could help us would mean the world to us.

thanks in advanced.