You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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
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
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?
The text was updated successfully, but these errors were encountered: