Skip to content

Files

Latest commit

fe71e3d · Apr 24, 2022

History

History

nuclei_image_segmentation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 6, 2020
Apr 24, 2022
Aug 10, 2018
Aug 10, 2018
Aug 10, 2018
Aug 10, 2018
May 4, 2019
Oct 16, 2018
Aug 10, 2018

Nuclei Image Segmentation With UNets

This tutorial can be viewed at nbviewer.

Setup

To run the notebook locally, please following the following setup procedure:

  1. Install dependencies: python -m pip install -r requirements.txt
  2. Follow Kaggle's installation and configuration documentation to install and configure the kaggle cli
  3. Go to Kaggle's 2018 Data Science Bowl Competition, click on "Late Submission" and accept the terms and conditions to get access to the data.
  4. Run ./dl_extract_prepare.sh to download, extract and prepare the data.

Running notebook

  1. Start jupyter notebook jupyter notebook
  2. Open Nuclei_Image_Segmentation.ipynb