sxyu / svox2

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

About colmap2nsvf.py #123

Open Iceeteeea opened 1 year ago

Iceeteeea commented 1 year ago

Traceback (most recent call last): File "colmap2nsvf.py", line 369, in <module> main() File "colmap2nsvf.py", line 312, in main cameras, imdata, points3D = read_colmap_sparse(args.sparse_dir) File "colmap2nsvf.py", line 132, in read_colmap_sparse assert num_cameras == 1, "Only supports single camera" AssertionError: Only supports single camera