Skip to content

Commit

Permalink
update inference_dataloader_histopath.py
Browse files Browse the repository at this point in the history
  • Loading branch information
benmalef committed Oct 19, 2024
1 parent 8a569bf commit 1a63ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GANDLF/data/inference_dataloader_histopath.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(
self._stride_size = get_patch_size_in_microns(wsi_path, self._stride_size)
self._selected_level = selected_level
self._mask_level = mask_level
self._os_image = tiffslide.open_slide(os.path.join(self._wsi_path))
self._os_image = openslide.open_slide(os.path.join(self._wsi_path))
self._points = []
self._basic_preprocessing()

Expand Down

0 comments on commit 1a63ef0

Please sign in to comment.