Skip to content

Instantly share code, notes, and snippets.

View Dreadfxl's full-sized avatar
😬
I may be slow.

Dreadful Dreadfxl

😬
I may be slow.
View GitHub Profile
@Dreadfxl
Dreadfxl / batch_reconstruct.bat
Created October 4, 2025 14:14 — forked from polyfjord/batch_reconstruct.bat
Batch script for automated photogrammetry tracking workflow
:: ================================================================
:: BATCH SCRIPT FOR AUTOMATED PHOTOGRAMMETRY TRACKING WORKFLOW
:: By polyfjord - https://youtube.com/polyfjord
:: ================================================================
:: USAGE
:: • Double-click this .bat or run it from a command prompt.
:: • Frames are extracted, features matched, and a sparse
:: reconstruction is produced automatically.
:: • Videos that have already been processed are skipped on
:: subsequent runs.
@Dreadfxl
Dreadfxl / AutoTracker_v1.4.bat
Created October 4, 2025 14:13 — 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