-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
How to use input equirectangular images for training? #1252
Comments
We currently don't have a pipeline for inputing equirectangular images. This is because the method used to find the poses (COLMAP) does not support equirectangular. There was some work on integrating OpenSFM which does support 360, but the PR has become stale - #969 |
For clarity - I see #966 which claims it adds equirectangular image support, but it sounds as though there is no ns-process-data method that uses that yet - is that right? |
I have been experimenting with 360 videos. I split them into multiple overlapping perspective images and register those in colmap. Registration was successful but the 3D reconstruction with Instant NGP is not good. Although, The dense 3D reconstruction in Colmap is much better. I tried the same set of photos in RealityCapture and 3d reconstruction is comparatively of a very high quality. Can you think of a reason why it could happen? |
How does it looks with the |
I did not try with nerfacto. Will try it and post it here. But any guesses @tancik as to why this could be happening ? |
Maybe you don't have enough images. I'd also like to see a viewpoint from inside the room. |
Can you post a screenshot of a nerf reconstruction from inside the room. Right away though, I can tell you that the helmet in the view will cause issues. It will likely lead to lots of floating geometry around the locations where the images were captured |
It looks like you aren't using nerfstudio. |
Will do it 🤞 |
It is very likely that the poses are incorrect. These are the artifacts that you would expect in this case. |
yes, I did it with I have 2 queries in this regard:
Thank you @tancik for replying |
Can you send me your processed data. |
I am sharing it on drive. I am sending you an email for this. |
I tested the data, it also doesn't work for me, Im not sure why. We will be releasing some 360 processing tools soon, they might help with this data. |
oh :( |
2023-02-19_140116.mp4There was a bug introduced in nerfstudio 0.1.17 |
Woah!!! This looks good. |
v0.1.18 is out, use that instead. |
Hi,
I saw in a PR that nerfstudio support equirectangular images as this link:
#1024
Can anyone guide me that how to use equirectagular images for training?
I understood that I will use ns-process-data for for images and pose generation, then use ns-train for training. I checked ns-process-data but don't know how to use it with input equirectangular images as the image below.
Highly appreciate if anyone can help.
Hung
The text was updated successfully, but these errors were encountered: