-
Notifications
You must be signed in to change notification settings - Fork 13
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
readPanoramaInfo and readFisheyeInfo was empty #8
Comments
Hello, we're thrilled that you find our work interesting. To process other datasets, you can write custom scripts tailored to your requirements. Our main focus is on conducting a detailed error analysis of Gaussian projections and providing a differentiable rendering algorithm with minimal projection error that supports various camera models. : ) |
As for training with panoramic images, you can refer to our other work on reconstructing indoor scenes from panoramic images for guidance on processing the Matterport dataset. The dataset reader implementation is available here: https://github.com/LeoDarcy/360GS/blob/LetianHuang-layout-reg/scene/dataset_readers.py. However, this work is not fully open-sourced yet. We plan to gradually release additional components in the future. : ) |
It appeared that the FOVX, FOVY was using a fixed numbers (FovY = focal2fov(w * 0.2, h) |
I suggest you carefully review the supplementary materials of the paper and the |
Hi, It seemed that your preprocess script for panorama and fisheye cameras are missing. How can I preprocess panorama datasets and fisheye datasets?
The text was updated successfully, but these errors were encountered: