Skip to content

Commit

Permalink
Added plotting of random sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Pale-Blue-Dot-97 committed Feb 6, 2024
1 parent d02db34 commit fcaf244
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebooks/SSL4EO-S12_Demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"outputs": [],
"source": [
"# CRS in meters not decimal lat-lon degrees.\n",
"EPSG25832 = CRS.from_epsg(\"25832\")\n",
"EPSG3857 = CRS.from_epsg(\"3857\")"
]
},
Expand All @@ -72,7 +73,7 @@
"source": [
"root = Path(input(\"Path to the root directory containing all the data\"))\n",
"\n",
"train_root = root / \"SSL4EO-S12/100patches/s2a\"\n",
"train_root = root / \"SSL4EO-S12\"#/100patches/s2a\"\n",
"test_root = root / \"DFC/DFC2020\"\n",
"#test_root = root / \"EuroSAT_MS_tg\"\n",
"#test_mask_root = root / \"Chesapeake13\""
Expand Down

0 comments on commit fcaf244

Please sign in to comment.