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?
It is really easy. Just ran this:
!apt update && apt install -y openslide-tools
!pip install openslide-python