Skip to content

Commit 92f9186

Browse files
committed
fix: reduce data size
1 parent b791ad5 commit 92f9186

13 files changed

+32
-16
lines changed

docs/user_guide/seg/selecting_tiles.ipynb

Lines changed: 29 additions & 13 deletions
Large diffs are not rendered by default.
-705 KB
Binary file not shown.
-176 KB
Binary file not shown.
-732 KB
Binary file not shown.
-42.4 KB
Binary file not shown.

src/histolytics/data/fetch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def hgsc_cancer_he():
214214
>>> ax.set_axis_off()
215215
![out](../../img/hgsc_cancer_he.png)
216216
"""
217-
return FileHandler.read_img(BASE_PATH / "hgsc_nest.png")
217+
return FileHandler.read_img(BASE_PATH / "hgsc_nest.jpg")
218218

219219

220220
def hgsc_stroma_nuclei():
@@ -247,4 +247,4 @@ def hgsc_stroma_he():
247247
>>> ax.set_axis_off()
248248
![out](../../img/hgsc_stroma_he.png)
249249
"""
250-
return FileHandler.read_img(BASE_PATH / "hgsc_stromal_he.png")
250+
return FileHandler.read_img(BASE_PATH / "hgsc_stromal_he.jpg")

src/histolytics/data/hgsc_nest.jpg

979 KB
Loading

src/histolytics/data/hgsc_nest.png

-4.5 MB
Binary file not shown.
-22.6 MB
Binary file not shown.
1.07 MB
Loading

0 commit comments

Comments
 (0)