DefendIntelligence/vessel-detection
3
1$ErrorActionPreference = "Stop"2 3if (Get-Command py -ErrorAction SilentlyContinue) {4 py -3 run_local.py5} else {6 python run_local.py7}8 1$ErrorActionPreference = "Stop"2 3if (Get-Command py -ErrorAction SilentlyContinue) {4 py -3 run_local.py5} else {6 python run_local.py7}8