Skip to content
Snippets Groups Projects
Commit 8efa5b58 authored by Leonard Wayne Hackel's avatar Leonard Wayne Hackel
Browse files

path updating

parent fd0a63c2
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ def main(
trainer = default_trainer(hparams, use_wandb, test_run)
hostname, data_dirs = get_benv2_dir_dict()
data_dirs = resolve_data_dir(data_dirs, allow_mock=True)
data_dirs = resolve_data_dir(data_dirs, allow_mock=False)
dm = default_dm(hparams, data_dirs, img_size)
trainer.fit(model, dm)
......
......@@ -35,7 +35,7 @@ BENv2_DIR_DICT_PLUTO = {
BENv2_DIR_DEFAULT = Path("~/data/BigEarthNet-V2").expanduser()
BENv2_DIR_DICT_DEFAULT = {
"images_lmdb": BENv2_DIR_DEFAULT / "BigEarthNet-V2-LMDB",
"images_lmdb": BENv2_DIR_DEFAULT / "BENv2.lmdb",
"metadata_parquet": BENv2_DIR_DEFAULT / "metadata.parquet",
"metadata_snow_cloud_parquet": BENv2_DIR_DEFAULT / "metadata_for_patches_with_snow_cloud_or_shadow.parquet",
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment