Skip to content

Commit a51d979

Browse files
committed
Add more info in notebook
1 parent 16523a1 commit a51d979

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

demo/run_inference.ipynb

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969
},
7070
"source": [
7171
"You need to set the following secrets in the notebook.\n",
72+
"\n",
73+
"Check the [Authorization Guide](https://mozilla-ai.github.io/osm-ai-helper/authorization) in the docs to learn how to obtain them.\n",
7274
"\n"
7375
]
7476
},
@@ -371,7 +373,17 @@
371373
},
372374
{
373375
"cell_type": "code",
374-
"execution_count": 14,
376+
"execution_count": null,
377+
"metadata": {},
378+
"outputs": [],
379+
"source": [
380+
"# Number of additional tiles to load around the provided lat_lon\n",
381+
"MARGIN = 1"
382+
]
383+
},
384+
{
385+
"cell_type": "code",
386+
"execution_count": null,
375387
"metadata": {
376388
"colab": {
377389
"base_uri": "https://localhost:8080/"
@@ -418,6 +430,7 @@
418430
" \"models/model.pt\",\n",
419431
" output_dir=\"results\",\n",
420432
" lat_lon=(LAT, LON),\n",
433+
" margin=MARGIN,\n",
421434
")"
422435
]
423436
},

0 commit comments

Comments
 (0)