Skip to content

Instantly share code, notes, and snippets.

@duke2421
duke2421 / AutoTracker_v1.py
Last active September 2, 2025 15:39 — forked from polyfjord/AutoTracker_v1.4.bat
AutoTracker workflow using GLOMAP
#!/usr/bin/env python3
"""
AutoTracker GUI (Python) – Cross-Platform (preferred layout)
+ i18n (DE/EN auto + dropdown)
+ Linux installer/compilers from release archives (COLMAP 3.12.3 / GLOMAP 1.1.0)
+ Project-structure creation prompt, PATH fallback search, runtime timer, FPS options
This file is based on polyfjords AutoTracker_v1.4.bat
"""
import os, shutil
from pathlib import Path