Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

360 camera feature point coordinate #1033

Open
inuex35 opened this issue Dec 25, 2023 · 0 comments
Open

360 camera feature point coordinate #1033

inuex35 opened this issue Dec 25, 2023 · 0 comments

Comments

@inuex35
Copy link

inuex35 commented Dec 25, 2023

Hello,

I am currently working on a project involving Gaussian Splatting (GS) with data reconstructed from a 360 camera using OpenSfM. However, I've encountered a challenge: GS primarily supports the COLMAP data format, but not the OpenSfM format.

To address this, I am considering converting the OpenSfM 360 camera data into the COLMAP format. My approach involves splitting the spherical view into a cube map format and then loading it into GS.

In relation to this, I came across a relevant issue on OpenSfM's GitHub:
#794
It seems that in OpenSfM, the process is executed after creating a perspective view from the 360 camera data. Is this understanding correct?

Additionally, I retrieved the following point coordinate from the SfM feature data:
array([4.9925733e-01, 2.3722187e-01, 1.8578832e-01, 3.5989554e+02], dtype=float32),

However, I am uncertain if this coordinate represents the image below or if it has already been converted to a perspective view.
image

I would appreciate any insights or suggestions on how to properly convert the data format or verify the coordinates.

Thank you for your time and assistance.

@inuex35 inuex35 changed the title feature point coordinate 360 camera feature point coordinate Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant