Closed monajalal closed 1 year ago
Also, now that I am running it again, I am getting this error:
(nero) mona@ard-gpu-01:~/NeRO$ time python run_colmap.py --project_dir data/custom/kettle --colmap /usr/local/bin/colmap --same_camera
Traceback (most recent call last):
File "/home/mona/NeRO/run_colmap.py", line 101, in <module>
main()
File "/home/mona/NeRO/run_colmap.py", line 98, in main
run_sfm(image_dir, args.project_dir, args.same_camera, colmap_path=args.colmap)
File "/home/mona/NeRO/run_colmap.py", line 32, in run_sfm
db.add_image(img_fn.name, global_cam_id)
File "/home/mona/NeRO/colmap/database.py", line 177, in add_image
cursor = self.execute(
sqlite3.IntegrityError: UNIQUE constraint failed: images.name
real 0m0.497s
user 0m0.689s
sys 0m1.425s
^^ solution:
$ rm -rf kettle
$ unzip kettle.zip
^^ run the command again I emptied a lot of space on my disk just in case I got the error because I may have run out of space. I'll update.
Hi, kettle.zip
contains processed files. COLMAP would save some intermediate results during dense reconstruction which occupy lots of disk storage. These intermediate results can be deleted such as the depth maps and normal maps and we only need the fused point.ply
.
I think it took around 20hrs but I was able to produce the kettle.ply. Thanks a lot for your response.
Hi thanks for great and promising work. Could you please let me know if this is an error you encountered and what you suggest? I ran this command:
and I got this error:
some sys info:
Also, what is the space requirement of running this step and overall your inference code? I got this message and I guess it may be related to run_colmap.
Low Disk Space on "Filesystem root" The volume "Filesystem root" has only 1.1GB disk space remaining. You may free up some space by emptying the trash.
However, looking at
du -h
I see this which isn't much GB.