From 5ac93ebdd2aafd3fff23df0f452116971d9b82a8 Mon Sep 17 00:00:00 2001 From: weixin_46229132 Date: Wed, 22 Jan 2025 10:59:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=89=A7=E8=A1=8C=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run_odm.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 run_odm.bat diff --git a/run_odm.bat b/run_odm.bat new file mode 100644 index 0000000..c327f15 --- /dev/null +++ b/run_odm.bat @@ -0,0 +1,6 @@ +@echo off +set IMAGE_DIR=E:\datasets\UAV\134\project\images\ +set OUTPUT_DIR=G:\ODM_output\134 + +python main.py --image_dir %IMAGE_DIR% --output_dir %OUTPUT_DIR% --mode 三维模式 +pause \ No newline at end of file