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

[question] use colmap2nerf.py to extract 94 imgs on my own data. Only 2 imgs are logged in transforms.json. Why? #1554

Open
zydmtaichi opened this issue Jul 10, 2024 · 3 comments

Comments

@zydmtaichi
Copy link

I run script to convert my video to nerf dataset. the program extract 94 imgs but only 2 of these are written to transforms.json. pls explain what problem cause this?

@casualdays
Copy link

I run script to convert my video to nerf dataset. the program extract 94 imgs but only 2 of these are written to transforms.json. pls explain what problem cause this?

Maybe you should improve the video (or image) quality you shoot (use 4k 60FPS), move slowly around the object when shooting, and preferably use an anti-shake device.

@TuXun1999
Copy link

I had a similar experience. My solution was to change the colmap camera model. By default, it's OPENCV. I changed it into PINHOLE, and successfully extracted out about 150 images from the video. To do this, check colmap2nerf.py

@zydmtaichi
Copy link
Author

I had a similar experience. My solution was to change the colmap camera model. By default, it's OPENCV. I changed it into PINHOLE, and successfully extracted out about 150 images from the video. To do this, check colmap2nerf.py

yes, I get 92 extracted logs of 94 imgs in PINHOLE mode while only 2 extracted under OPENCV mode

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

3 participants