json87 / SphereSfM

SfM for sphere images in the ERP format within the framework of ColMap
BSD 3-Clause "New" or "Revised" License
106 stars 15 forks source link

Issue Regarding POS.txt in SphereSFM #14

Closed paidiakileswar closed 4 months ago

paidiakileswar commented 4 months ago

So we have

POS.txt in the format x,y,z,R_ARRAY

But i have geo.txt which have

x,y,z which are UTM Coordinates

Should i have to consider here UTM(X,Y,Z)Coordinates converted toLAT,LONG,ALT in POS.txt or should i consider directly while using the

Spatial Matcher command --ImageReader.pose_path ./POS.txt

json87 commented 4 months ago

For UTM coordinates, just set --SpatialMatching.is_gps 0

paidiakileswar commented 4 months ago

Got it Thanks 🙂