Skip to content
Snippets Groups Projects
Commit 99d05d05 authored by Tamino Huxohl's avatar Tamino Huxohl
Browse files

fix renaming in patch dataset

parent 26036729
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ class MuMapPatchDataset(MuMapDataset): ...@@ -45,7 +45,7 @@ class MuMapPatchDataset(MuMapDataset):
self.patches = [] self.patches = []
self.generate_patches() self.generate_patches()
def split_copy(self, split_name: str): def copy(self, split_name: str):
return MuMapPatchDataset( return MuMapPatchDataset(
dataset_dir=self.dir, dataset_dir=self.dir,
patches_per_image=self.patches_per_image, patches_per_image=self.patches_per_image,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment