laxnpander / OpenREALM

OpenREALM is a pipeline for real-time aerial mapping utilizing visual SLAM and 3D reconstruction frameworks.
GNU Lesser General Public License v2.1
443 stars 114 forks source link

My own dataset #97

Closed zhangjd1029 closed 3 months ago

zhangjd1029 commented 7 months ago

Thank you very much for your work.

Does OpenRealm have to run data with GPS information? I have some unmanned aerial vehicle high-altitude images taken by myself, but they do not contain GPS information. Can they be operated?

If GPS data is necessary, can the code be modified to run without relying on GPS data?

Looking forward to your reply。

laxnpander commented 7 months ago

I don't think it can. GNSS is used to estimate the scale and properly project the images. It could work in theory, but practically the pipeline is not designed around such a case. Are you sure your images have no GNSS meta tags? Usually they are hidden in the jpegs. DJI for example shouldn't be an issue to process.

zhangjd1029 commented 7 months ago

Thank you for your reply. My image was not captured by a DJI equipped camera, so there is no GPS data in the photo data taken. I have been trying to run this image on my own after running OpenRealm for the past two days, but I still have problems. So openrealm cannot run the dataset I collected.

laxnpander commented 3 months ago

Without further information there is nothing I can help with here.