You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, and well done to create such an amazing tool!
as explaned in utilities part, run_shepherd_segmentation is working ok, but for tiledsegsingle.perform_tiled_segmentation and this code:
from rsgislib.segmentation import tiledsegsingle
# Input image and output clumps image
inputImage = 'F:/_____My_Thesies____/Implimantation/2.OBIA/1. Segmentation_NDVITimeSeries/Max_NDVI_Percentile90_2024.tif'
clumpsImage = 'LS5TM_20110428_sref_submask_osgb_clumps.kea'
# Run shepherd segmentation with pre-calculated stats
tiledsegsingle.perform_tiled_segmentation(inputImage, clumpsImage, tmp_dir='rsgislibsegtmp', tile_width=2000, tile_height=2000, valid_data_threshold=0.3, num_clusters=60, min_pxls=100, dist_thres=100, bands=[4,5,3], sampling=100, km_max_iter=200)
hello, and well done to create such an amazing tool!
as explaned in utilities part,
run_shepherd_segmentation
is working ok, but fortiledsegsingle.perform_tiled_segmentation
and this code:this error occur:
I'm using Windows10 andpython 3.10 with rsgislib 5.1.7
The text was updated successfully, but these errors were encountered: