We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14f749 commit 8bf812aCopy full SHA for 8bf812a
src/osm_ai_helper/run_inference.py
@@ -35,7 +35,7 @@ def run_inference(
35
output_dir: str,
36
lat_lon: Tuple[float, float],
37
margin: int = 1,
38
- sam_model: str = "facebook/sam2-hiera-small",
+ sam_model: str = "facebook/sam2.1-hiera-small",
39
selector: str = "leisure=swimming_pool",
40
zoom: int = 18,
41
):
@@ -52,7 +52,7 @@ def run_inference(
52
margin (int, optional): Number of tiles around the location.
53
Defaults to 1.
54
sam_model (str, optional): [SAM2](https://github.com/facebookresearch/sam2) model to use.
55
- Defaults to "facebook/sam2-hiera-small".
+ Defaults to "facebook/sam2.1-hiera-small".
56
selector (str, optional): OpenStreetMap selector.
57
Defaults to "leisure=swimming_pool".
58
zoom (int, optional): Zoom level.
0 commit comments