Skip to content

Commit

Permalink
update sfm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
“xiaobeifeng” committed Oct 31, 2024
1 parent 6fcce72 commit 8ae2360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/server/sfm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ echo "$(log_time) glomap mapper..."
echo "$(log_time) glomap mapper done."

echo "$(log_time) convert csv to gps..."
python3 /root/colmaptzt/colmap_detailed/scripts/python/csv_to_gps.py ${PROJECT}/photo_record.csv ${PROJECT}/gps.txt
python3 /root/colmaptzt/colmap_detailed/scripts/python/csv_to_gps.py ${PROTOBUF_PATH}/photo_record.csv ${PROJECT}/gps.txt
echo "$(log_time) csv conversion done."

mkdir -p ${PROJECT}/sparse/0_aligned_enu
Expand Down

0 comments on commit 8ae2360

Please sign in to comment.