Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to use OpenSlide on Google Colab?

I need to split a tif image in patches. Images are in a gigapixel resolution and it takes really long on my machine.

Is it possible to use OpenSlide on Google Collaboratory?

like image 913
vftw Avatar asked Oct 14 '25 18:10

vftw


1 Answers

It is really easy. Just ran this:

!apt update && apt install -y openslide-tools
!pip install openslide-python
like image 193
vftw Avatar answered Oct 17 '25 23:10

vftw