File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 69
69
},
70
70
"source": [
71
71
"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",
72
74
"\n"
73
75
]
74
76
},
371
373
},
372
374
{
373
375
"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,
375
387
"metadata": {
376
388
"colab": {
377
389
"base_uri": "https://localhost:8080/"
418
430
" \"models/model.pt\",\n",
419
431
" output_dir=\"results\",\n",
420
432
" lat_lon=(LAT, LON),\n",
433
+ " margin=MARGIN,\n",
421
434
")"
422
435
]
423
436
},
You can’t perform that action at this time.
0 commit comments