vggt icon indicating copy to clipboard operation
vggt copied to clipboard

Question about predictions['images'] in vggt_to_colmap.py

Open wangxl0385 opened this issue 8 months ago • 3 comments

Thanks for this excellent repo!

I'm trying to generate a COLMAP format reconstruction result using vggt_to_colmap.py. Here's my question:

The size of my input images is: height=3845, width=2160. In the load_and_preprocess_images function, this size is changed to height=924, width=518, and then cropped to height=518, width=518. The cropped images are then used to reconstruct the 3D point cloud and other data. However, in the process_images function, the original image is directly resized to the height=518, width=518 dimensions, normalized, and assigned to predictions["images"]. I'm unsure if this is problematic.

Looking forward to clarification.

wangxl0385 avatar Apr 15 '25 12:04 wangxl0385

Same issue.

hjh530 avatar Apr 15 '25 12:04 hjh530

Same issue.

Winner-Nick avatar Apr 20 '25 02:04 Winner-Nick

Same issue.

GopiRajuMatta avatar May 01 '25 10:05 GopiRajuMatta

Closing this issue as we have provided a new script demo_colmap.py

jytime avatar Jul 08 '25 20:07 jytime