-
Notifications
You must be signed in to change notification settings - Fork 10
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
Panoramic images #7
Comments
Hi! I am not sure I fully understand what you are asking about. The JSON format is described in the README of image-lens-reproject. However, as a full panoramic picture doesn't have a clearly-defined optical-axis (i.e., the center of the image), we did not include them. I did, however, add support for panoramic pictures recently in the lens-reproject tool, but it's right now only accessible through the command line options of the tool, and not through the JSON. Pay attention to these flags (you will need
If you are talking about the generated JSON file for when you use a "PANORAMIC" lens type in Blender, those are implemented here: |
I want to apply this panoramic image to NeRF, so I need to get its observation angle and coordinate origin (obtained from internal and external parameters) based on the json file. I would like to ask if you have any relevant code. I am not very clear about the conversion of panoramic image pixels to world coordinate system. Thank you so much |
You seem to be asking the same as #5, which is not possible with NeRF last time I checked (long ago, so maybe they added support for 360° images by now). |
I would like to ask how to use the given json file in panoramic pictures to obtain the internal and external parameters of the camera.
The text was updated successfully, but these errors were encountered: