Open darthgera123 opened 4 years ago
This means you don't have the images in a separate folder called 'images'. This is necessary. I have stumbled upon the same problem a lot!
I too am facing the same problem. Can someone explain what these data structures mean? pts3d, poses in the save_poses function
I have another traceback on the same script imgs2poses.py
Traceback (most recent call last):
File "imgs2poses.py", line 18, in
I'm not sure why the index goes out of range..
@fishirenee did you solve this? one of the images hasn't registered correctly, could it be that?
@robclouth I revisit the dataset. I just deleted the poses that are barely blank with minor features (such as an image of the white ceiling). I noticed those poses caused this type of bug.
@fishirenee did you solve this? one of the images hasn't registered correctly, could it be that?
Is there anyway to figure out which images are causing the problems? Colmap is dropping one, (the number of poses is 15 but there are 16 images), but I don't know how to figure out which one it is.
It would be nice if the code just ignored images with no pose instead of failing
anyone with the following issue?
`Need to run COLMAP
Features extracted
Features matched
Sparse map created
Finished running COLMAP, see data/frame16/colmap_output.txt for logs
Post-colmap
Cameras 5
Images # 15
ERROR: the correct camera poses for current points cannot be accessed
Done with imgs2poses`
How do I solve this? The poses are not generated.
I figured it out, see the line
https://github.com/Fyusion/LLFF/blob/c6e27b1ee59cb18f054ccb0f87a90214dbe70482/llff/poses/colmap_wrapper.py#L64
I simply changed the code from output_path
to export_path
and it worked
I will add that I installed colmap on Ubuntu 18.04 at the time of writing this comment and the installed version was colmap 3.4 which requires the change I mentioned above.
is it possible to support both versions in the wrapper code?
@kajalsanklecha Did you solved the issue that you have mentioned above?
@kajalsanklecha Hi, I am facing exactly the same problem as you, do you have any idea to solve it? Thanks in advance.
I have fix the issue at https://github.com/Fyusion/LLFF/pull/60
The issue is because some views(images) are not registered in the colmap, so we cannot use pose_boundary.npy to process all views(images)
thanks,good done!
@robclouth I revisit the dataset. I just deleted the poses that are barely blank with minor features (such as an image of the white ceiling). I noticed those poses caused this type of bug.
@fishirenee did you solve this? one of the images hasn't registered correctly, could it be that?
could you please provide some code to solve it?
Im getting this error, when trying to do manual installation