From 0f44939718295952fe864fe4fb5b81b35262b262 Mon Sep 17 00:00:00 2001 From: chenzenghui <3045316072@qq.com> Date: Fri, 26 Sep 2025 11:04:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LabelPortShipRasterSlice/DataSamplePortSliceRaster_AA.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/LabelPortShipRasterSlice/DataSamplePortSliceRaster_AA.py b/LabelPortShipRasterSlice/DataSamplePortSliceRaster_AA.py index cdc17c9..06d181c 100644 --- a/LabelPortShipRasterSlice/DataSamplePortSliceRaster_AA.py +++ b/LabelPortShipRasterSlice/DataSamplePortSliceRaster_AA.py @@ -499,10 +499,10 @@ def DataSampleSliceRasterProcess(inbinfile,labelfilepath,outfolderpath,methodstr def getParams(): parser = argparse.ArgumentParser() - parser.add_argument('-i','--inbinfile',type=str,default=r'D:\Annotation_Y\港口\聚束模式\20250505_sp\bc3-sp-org-vv-20250410t053930-020615-000034-005087-01.tiff', help='输入tiff的bin文件') - parser.add_argument('-l', '--labelfilepath',type=str,default=r"D:\Annotation_Y\港口\聚束模式\20250505_sp\bc3-sp-org-vv-20250410t053930-020615-000034-005087-01_LC.txt", help='输入标注') - parser.add_argument('-o', '--outfolderpath',type=str,default=r'D:\Annotation_Y\切分', help='切片文件夹地址') - parser.add_argument('-f', '--filterlabel',type=str,default=r'JLC;MLC', help='标签过滤') + parser.add_argument('-i','--inbinfile',type=str,default=r'D:\港口\Geo_bc2-sm-org-vv-20231016t135315-008424-0020e8-01.tiff', help='输入tiff的bin文件') + parser.add_argument('-l', '--labelfilepath',type=str,default=r"D:\港口\港口dota\Geo_bc2-sm-org-vv-20231016t135315-008424-0020e8-01.military_harbor.txt", help='输入标注') + parser.add_argument('-o', '--outfolderpath',type=str,default=r'D:\港口\切片结果', help='切片文件夹地址') + parser.add_argument('-f', '--filterlabel',type=str,default=r'mix_airport;civil_harbor;military_harbor;no_harbor', help='标签过滤') group = parser.add_mutually_exclusive_group() group.add_argument( '--geolabel',