liuyuan-pal / NeuRay

[CVPR2022] Neural Rays for Occlusion-aware Image-based Rendering
GNU General Public License v3.0
407 stars 31 forks source link

colmap image_undistorter #12

Open SSground opened 2 years ago

SSground commented 2 years ago

After colmap image_undistorter ,inconsistent image size. (*geometric.bin)the depth image size is not uniform and the code does not work.

liuyuan-pal commented 2 years ago

We need the input images and depth maps all have the same size. You may pre-process them by resizing them to the same. Then, you may extend the BaseDatabase as ExampleDatabase (both in dataset/database.py) to use NeuRay.