I’m trying to export an RS alignment to a tool that wants COLMAP text format, without tie points. I have succeeded in eliminating the tie points from images.txt by editing calibration.xml. However there is still a big problem: the file names in images.txt are like ‘00000.png’ when they should be like ‘_DSC3111.jpg_masked.png’ . They are correct in a .csv export.
The format specification for the filename is the same for both exports: ‘$(imageName)$(imageExt)’. So the problem must lie elsewhere.
Hi @TKSharpless
in export registration settings you need to set the proper naming convention. In your case “original file name”.
1 Like
Aaah, thanks.
At first I could not see the “export Image Settings” item because “export images” was off. Enabling it made the setting visible; changed it to ‘original file name’, switched image export off, then correct file names were exported.
I give the developers full marks for providing such complete format control, even though it may be a bit hard to navigate at times.