Skip to content

Commit

Permalink
Rename em generalist training script
Browse files Browse the repository at this point in the history
  • Loading branch information
anwai98 committed Oct 25, 2023
1 parent 32dae45 commit 4e86a21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,11 @@ def _check_dataset_available_for_rois(path, patch_shape):
datasets.get_platynereis_cell_dataset(path=os.path.join(path, "platynereis"), patch_shape=patch_shape, download=True)
datasets.get_platynereis_nuclei_dataset(path=os.path.join(path, "platynereis"), patch_shape=patch_shape, download=True)
datasets.get_platynereis_cilia_dataset(path=os.path.join(path, "platynereis"), patch_shape=patch_shape, download=True)
print("All the datasets are available")
print("All the datasets are available for RoI splitting")


def get_concat_em_datasets(input_path, patch_shape):
_check_dataset_available_for_rois(path=input_path, patch_shape=patch_shape)
breakpoint()

sampler = MinInstanceSampler()

Expand Down

0 comments on commit 4e86a21

Please sign in to comment.