是否可以在 Google Colab 上使用 OpenSlide?
Is it possible to use OpenSlide on Google Colab?
我需要将一个 tif 图像分割成多个块。图片分辨率为十亿像素,在我的机器上需要很长时间。
是否可以在 Google Collaboratory 上使用 OpenSlide?
真的很简单。
只是 运行 这个:
!apt update && apt install -y openslide-tools
!pip install openslide-python
我需要将一个 tif 图像分割成多个块。图片分辨率为十亿像素,在我的机器上需要很长时间。
是否可以在 Google Collaboratory 上使用 OpenSlide?
真的很简单。 只是 运行 这个:
!apt update && apt install -y openslide-tools
!pip install openslide-python