JKU-ICG / AOS

Airborne Optical Sectioning
Other
88 stars 21 forks source link

How to use LFR for custom images? How is the pose file written? #9

Open nitik1998 opened 2 years ago

nitik1998 commented 2 years ago

I have a thermal camera and I am trying to use the python plugins to recreate an experiment as demonstrated in the Thermal Airborne Optical Sectioning Paper. However, I can't seem to find a way to get the poses of each image. The paper mentions using COLMAP, can you elaborate the procedure to do the same?

johnsun123 commented 1 year ago

hi~Could you please tell me how to install LFR? I have a bug during installation . I have installed the glfw and assimp on Ubuntu 22.04, and make 'LFR' the current directory and run 'make' , but the terminal says:

image

have you ever seen this problem?Thanks!

nitik1998 commented 1 year ago

Hi, I've faced the same issue. I've tried debugging it a lot but nothing worked. Finally I build everything in windows. It seems to build there.

johnsun123 commented 1 year ago

Really?Which IDE should you use in windows?Visual studio?or others?

johnsun123 commented 1 year ago

Hello my friend~How can I contact you? Could you give me your email address?

fuhua963 commented 1 year ago

I have a thermal camera and I am trying to use the python plugins to recreate an experiment as demonstrated in the Thermal Airborne Optical Sectioning Paper. However, I can't seem to find a way to get the poses of each image. The paper mentions using COLMAP, can you elaborate the procedure to do the same?

Hi, How is the pose file written? I had the same problem, have you solved it now?

mauritzvanlingen commented 1 year ago

Hi, I have found out the COLMAP poses are based on projection matrices. If you have the right data, then it might be worthwhile to look into how these are built.

I have not implemented this, but only reported on this for my thesis.

Good luck!

On 7 Nov 2023, at 08:15, fuhua963 @.***> wrote:



I have a thermal camera and I am trying to use the python plugins to recreate an experiment as demonstrated in the Thermal Airborne Optical Sectioning Paper. However, I can't seem to find a way to get the poses of each image. The paper mentions using COLMAP, can you elaborate the procedure to do the same?

Hi, I had the same problem, have you solved it now?

— Reply to this email directly, view it on GitHubhttps://github.com/JKU-ICG/AOS/issues/9#issuecomment-1797937337, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQO4G6JIUACMR4SJUG4JIBTYDHN2NAVCNFSM5XZQ3MSKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCNZZG44TGNZTGM3Q. You are receiving this because you commented.Message ID: @.***>

josemqz commented 9 months ago

Hi, I'm having the same issue. Has anyone had any luck implementing it or finding a source to learn how to do it?