mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
10 lines
293 B
Batchfile
10 lines
293 B
Batchfile
cd ../..
|
|
|
|
call .venv/scripts/activate
|
|
|
|
python main.py ./configs/persiangulf/boundary.yaml -s
|
|
python main.py ./configs/persiangulf/lowresolution.yaml -s -l 11
|
|
python main.py ./configs/persiangulf/mediumresolution.yaml -s -l 13
|
|
python main.py ./configs/persiangulf/highresolution.yaml -s -l 15
|
|
|