This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |