sxyu / svox2

Plenoxels: Radiance Fields without Neural Networks
BSD 2-Clause "Simplified" License
2.79k stars 360 forks source link

Missing function when running `proc_colmap.sh` #48

Open pavan4 opened 2 years ago

pavan4 commented 2 years ago

Hello, thank you for releasing the code to try. During experimentation with custom data I wanted to convert images to llff dataset format. In the code I found that this https://github.com/sxyu/svox2/blob/ad1b4a816f7c2a6875880200e708f58f67707e5f/opt/scripts/run_colmap.py#L336

exports the poses_bounds.npy file required in your code. However, this is missing load_colmap_data function. I checked the original repo for this missing piece here But I think they don't match quite exactly. Could you please let me know what I'm missing?