Closed ArSpi closed 2 months ago
@DekuLiuTesla
Hi, @ArSpi , please check the lost image doesn't break and its pose can be found in transform_pt2txt's processing. Besides, you can use our provided COLMAP results. Please check our latest code.
Hi, @ArSpi , please check the lost image doesn't break and its pose can be found in transform_pt2txt's processing. Besides, you can use our provided COLMAP results. Please check our latest code.
I ensure that 001939.jpg
and 001939.pt
exist. And please check #15, where I tell why I do not use provided COLMAP results, and I doubt that the COLMAP results do not align with the dataset.
@ArSpi Hi, the result sounds weird. Have you compared our provided points3D.ply and yours? Is there any difference?
@ArSpi Hi, the result sounds weird. Have you compared our provided points3D.ply and yours? Is there any difference?
Thanks, I compare them and find that they are similar but different in some details. Please check https://pan.baidu.com/s/1U7KMV5Py1nQbgQ2nJOuFvA?pwd=jt94
. There are points3D.ply files of aerial scene.
I get it. It is necessary to convert xxx.jpg to xxx.JPG. As long as doing this, convert_cam.py runs sucessfully.
These are my operations, taking Building dataset as an example.
And then I get an error.
I search the
/home/docker/CityGaussian/data/mill19/building-pixsfm/train/distorted/database.db
bySELECT * FROM images;
in the sqlite3 and get the following items (part of them).What is wrong?