LLFF icon indicating copy to clipboard operation
LLFF copied to clipboard

How to obtain bounds info from custom dataset to create poses_bounds.npy?

Open andreamigliorati opened this issue 1 year ago • 4 comments

I apologize if the question is trivial, I'm a novice in the field. I want to do experiments on a custom dataset. I understand from https://github.com/Fyusion/LLFF#using-your-own-poses-without-running-colmap how to fill up the 1x17 vector with the required values up to the 15th entry, but I'm having trouble figuring out how to obtain the last two numbers, i.e. close/far depth values. How can I calculate or obtain those two last values? Thanks in advance

andreamigliorati avatar Mar 31 '23 14:03 andreamigliorati

@andreamigliorati did you found anything ?

EarltShirt avatar Apr 18 '24 15:04 EarltShirt

I haven't sorry!

andreamigliorati avatar Apr 23 '24 08:04 andreamigliorati

I assume it's directly located in the output/scene/colmap_outputs_converted/depths folder

EarltShirt avatar Apr 23 '24 09:04 EarltShirt

I was looking for the same answer to this question. https://github.com/AIBluefisher/dbarf Here is a script that I think it does the job: scripts.colmap_model_to_poses_bounds

ArisChe avatar May 24 '24 11:05 ArisChe