-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Colmap to Nerfstudio #2784
Comments
This might be because of frame conventions, see https://docs.nerf.studio/quickstart/data_conventions.html |
You can try to set this variable to True |
I think i found it if you want to keep the same orientation you call colmap dataparser instead of nerfstudio dataparser in ns-train and put the arguments [--method none --center_method none] |
I think you need to call |
May be you can try this file |
Each NeRF model's are has different form when processing image. So it's natural. https://github.com/NVlabs/instant-ngp/blob/master/scripts/colmap2nerf.py than
|
@jb-ye Thank you very much for your guidance. But when I follow like this |
Update: I found that if I set |
I extract cameras.bin and images.bin from colmap. I use from colmap_utils colmap_to_json to get the transforms.json file and then i run the ns train command. The problem is that the images are not in the same position and orientation that they are in the colmap GUI. Do you know why this is happening?
The text was updated successfully, but these errors were encountered: