Skip to content

Instantly share code, notes, and snippets.

View diogocamilo2017's full-sized avatar

Diogo Camilo diogocamilo2017

View GitHub Profile
@diogocamilo2017
diogocamilo2017 / AutoTracker_v1.4.bat
Created October 1, 2025 13:19 — forked from polyfjord/AutoTracker_v1.4.bat
AutoTracker workflow using GLOMAP
:: ================================================================
:: BATCH SCRIPT FOR AUTOMATED PHOTOGRAMMETRY TRACKING WORKFLOW
:: By polyfjord - https://youtube.com/polyfjord
:: GLOMAP mapping (faster), COLMAP for features/matching + TXT export
:: ================================================================
@echo off
setlocal EnableExtensions EnableDelayedExpansion
:: ---------- Resolve top-level folder (one up from this .bat) -----
pushd "%~dp0\.." >nul