Skip to content

Instantly share code, notes, and snippets.

@polyfjord
polyfjord / AutoTracker_v1.4.bat
Last active November 26, 2025 09:50
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

NeoVim + AstronVim + Nerd Fonts

NeoVim Configuration

There is my NeoVim configuration in my machine.

I have a package install called Chocolateythat makes all easy, but you can install NeoVim in your machine following the NeoVim Documentation.

My setup configuration: