Reset overlap in H3 spatial retries
This commit is contained in:
@@ -512,11 +512,11 @@ def _shrink_model_tile_param(param):
|
||||
return None
|
||||
next_param["grid_rows"] = rows
|
||||
next_param["grid_cols"] = cols
|
||||
next_param["spatial_w_overlap"] = _halve_32(next_param.get("spatial_w_overlap", 0))
|
||||
next_param["spatial_h_overlap"] = _halve_32(next_param.get("spatial_h_overlap", 0))
|
||||
next_param["fade_width"] = _halve_32(next_param.get("fade_width", 0))
|
||||
next_param["fade_height"] = _halve_32(next_param.get("fade_height", 0))
|
||||
next_param["min_tile_size"] = _halve_32(next_param.get("min_tile_size", 0))
|
||||
next_param["spatial_w_overlap"] = 0
|
||||
next_param["spatial_h_overlap"] = 0
|
||||
next_param["fade_width"] = 0
|
||||
next_param["fade_height"] = 0
|
||||
next_param["min_tile_size"] = 32
|
||||
return next_param
|
||||
|
||||
tile_w = int(next_param.get("tile_width", 0) or 0)
|
||||
|
||||
Reference in New Issue
Block a user