-
Notifications
You must be signed in to change notification settings - Fork 250
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
Mismatch between number of poses and images #69
Comments
|
I have the same problem. Anyone figured out a possible solution? |
The same error. |
@LianShuaiLong I do not think the format is a problem. I tested it with fern dataset which has images in JPG and it worked fine. I think it does not work when the dataset is not compatible. Thanks! |
@shreyk25 I remember sampling different number of images from a video (captured at 30FPS) for ex: 1 image/sec, 5 images/sec 8 images/sec, and ran the images2poses.py until I get one pose per image. Its kind of not a good way of doing it but it solved my purpose. |
Hi, I am testing it on a 360 degree scene and have captured 200 images and still it doesn't seem to work :( |
Hi, this blog provide a solution. At end of the blog, he said, it may be caused by function incompatibility. The solution is: copy your data from folder |
Hello, I wanted to ask why does this issue arise?
I am trying to run a nerf repo on the folder containing "sparse/0" and "poses_bounds.npy" file.
Why does this occur that the poses generated are less in number than the total images in the "images" folder?
The text was updated successfully, but these errors were encountered: