You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multi-Label Image Classification of the Chest X-Rays In Pytorch
3
3
4
+
# Requirements
5
+
* torch >= 0.4
6
+
* torchvision >= 0.2.2
7
+
* opencv-python
8
+
* numpy >= 1.7.3
9
+
* matplotlib
10
+
* tqdm
11
+
4
12
# Dataset
5
13
[NIH Chest X-ray Dataset](https://www.kaggle.com/nih-chest-xrays/data#Data_Entry_2017.csv) is used for Multi-Label Disease Classification of of the Chest X-Rays.
6
14
There are a total of 15 classes (14 diseases, and one for 'No findings')
0 commit comments