Open YL-yyy opened 2 months ago
File "/mnt/data/street_gaussians/script/waymo/colmap_waymo_full.py", line 137, in run_colmap_waymo c.execute('SELECT * FROM images') sqlite3.OperationalError: no such table: images
Before the error, you can see the terminal mentioned that colmap is not installed. So you need to install colmap first. I compile the colmap and install it.
thanks
---- Replied Message ---- | From | @.> | | Date | 09/21/2024 20:56 | | To | zju3dv/street_gaussians @.> | | Cc | YL-yyy @.>, Author @.> | | Subject | Re: [zju3dv/street_gaussians] sqlite3.OperationalError: no such table: images (Issue #54) |
Before the error, you can see the terminal mentioned that colmap is not installed. So you need to install colmap first. I compile the colmap and install it.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
If I use server to run this train,colmap can be installed ?
How to solve this problem?