/AML2021_Capsule_Network

Testing different CapsNet implementation

Primary LanguageJupyter Notebook

Capsule Network Tests on patch_camelyon dataset

Testing different CapsNet implementation using patch_camelyon dataset from tensorflow_dataset.

Tested implementation:

Dataset

It consists of 327.680 RGB color images (96 x 96px) extracted from histopathologic scans of lymph node sections. Each image is annoted with a binary label indicating presence of metastatic tissue. It comes alredy splitted in training, validation and test set.

Tensorflow_dataset provide a very interesting playground to visualize and interact with the dataset.

Download the dataset

  1. Clone the git repository as ZIP or with the command line:
    git clone https://github.com/AlbezJelt/AML2021_Capsule_Network
  2. Install the required packages:
    pip install tensorflow tensorflow-datasets
  3. Run the dedicated download script:
    cd AML2021_Capsule_Network
    python3 /data/download_dataset.py

Installation

Provided models require different versions of the same packages in order to run. Please refer to READMEs in dedicated folders (Efficient CapsNet and EM Routing).