Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ImagingLab/ICIAR2018
Browse files Browse the repository at this point in the history
  • Loading branch information
knazeri committed Jun 19, 2018
2 parents ef3b846 + fc2908d commit 037a525
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ We are presenting a CNN approach using two convolutional networks to classify hi

## Getting Started
### Installation
- Install PyTorch and dependencies from http://pytorch.org
- Install python scikit-learn libraries [scikit-learn](https://github.com/scikit-learn/scikit-learn).
```bash
pip install -U scikit-learn
```
- Clone this repo:
```bash
git clone https://github.com/ImagingLab/ICIAR2018
cd ICIAR2018
```
- Install PyTorch and dependencies from http://pytorch.org
- Install python requirements:
```bash
pip install -r requirements.txt
```

### Dataset
- We use the ICIAR2018 dataset. To train a model on the full dataset, please download it from the [official website](https://iciar2018-challenge.grand-challenge.org/dataset/) (registration required). The dataset is composed of 400 high resolution Hematoxylin and Eosin (H&E) stained breast histology microscopy images labelled as normal, benign, in situ carcinoma, and invasive carcinoma (100 images for each category):
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy==1.14.3
scipy==1.0.1
future==0.16.0
matplotlib=2.2.2
pillow==5.0.0
scikit-learn==0.19.1
numpy ~=1.14.3
scipy ~= 1.0.1
future ~= 0.16.0
matplotlib ~= 2.2.2
pillow != 5.0.0
scikit-learn ~= 0.19.1

0 comments on commit 037a525

Please sign in to comment.