You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question about creating a custom LLFF-like dataset. Based on my understanding, we need to run colmap on the images that we have. Then, we need to use the VIO algorithm to predict the geo-registered information and group them in a text file (filename, X, Y, Z).
Can you please highlight how I can obtain the geo-registered information using VIO?
The text was updated successfully, but these errors were encountered:
I can provide some guidance for this, but I have a couple questions to clarify that you are looking for:
When you say LLFF-like dataset, do you mean single shot localization tests like we did when experimenting on the LLFF dataset or do you intend to run a sequence of images where you want some odometry source to be used for the predict step (like we did for the robot experiment). If you want the first option, then this is easier because all we need to do is input ground truth scale to get metric scaled poses from colmap. If you want the second option then we need to make sure the VIO frame and get's aligned to the colmap frame which takes a couple extra steps.
Thanks a million for replying to my issue. The data was collected with a mobile phone, Huawei Mate 20 Pro, using a custom application implemented in Android Studio to record videos and sequences of inertial data from its internal IMU. Each video consists of a sequence of video frames obtained with a variable sampling rate of around 2 Hz and IMU data recorded at a fixed sampling rate of 100 Hz. This is what the data looks like: https://ubarcelona-my.sharepoint.com/:u:/g/personal/ahmad_almughrabi_ub_edu/ESvdEvfVWn1OttGNE3F2bckBUKYaxdpU8YeseoyLlqFS3A?e=JrZeIc
Thanks for the useful work!
I have a question about creating a custom LLFF-like dataset. Based on my understanding, we need to run colmap on the images that we have. Then, we need to use the VIO algorithm to predict the geo-registered information and group them in a text file (filename, X, Y, Z).
Can you please highlight how I can obtain the geo-registered information using VIO?
The text was updated successfully, but these errors were encountered: