File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def run_inference(
35
35
output_dir : str ,
36
36
lat_lon : Tuple [float , float ],
37
37
margin : int = 1 ,
38
- sam_model : str = "facebook/sam2-hiera-small" ,
38
+ sam_model : str = "facebook/sam2.1 -hiera-small" ,
39
39
selector : str = "leisure=swimming_pool" ,
40
40
zoom : int = 18 ,
41
41
):
@@ -52,7 +52,7 @@ def run_inference(
52
52
margin (int, optional): Number of tiles around the location.
53
53
Defaults to 1.
54
54
sam_model (str, optional): [SAM2](https://github.com/facebookresearch/sam2) model to use.
55
- Defaults to "facebook/sam2-hiera-small".
55
+ Defaults to "facebook/sam2.1 -hiera-small".
56
56
selector (str, optional): OpenStreetMap selector.
57
57
Defaults to "leisure=swimming_pool".
58
58
zoom (int, optional): Zoom level.
You can’t perform that action at this time.
0 commit comments