|
a/README.md |
|
b/README.md |
|
... |
|
... |
13 |
|
13 |
|
14 |
<img width=300 src="https://github.com/ieee8023/covid-chestxray-dataset/blob/master/docs/hierarchy.jpg?raw=true"/> |
14 |
<img width=300 src="https://github.com/ieee8023/covid-chestxray-dataset/blob/master/docs/hierarchy.jpg?raw=true"/> |
15 |
|
15 |
|
16 |
|
16 |
|
17 |
Current stats of PA, AP, and AP Supine views. Labels 0=No or 1=Yes. Data loader is [here](https://github.com/mlmed/torchxrayvision/blob/master/torchxrayvision/datasets.py#L867) |
17 |
Current stats of PA, AP, and AP Supine views. Labels 0=No or 1=Yes. Data loader is [here](https://github.com/mlmed/torchxrayvision/blob/master/torchxrayvision/datasets.py#L867) |
18 |
``` |
18 |
|
19 |
COVID19_Dataset num_samples=481 views=['PA', 'AP'] |
19 |
COVID19_Dataset num_samples=481 views=['PA', 'AP'] |
20 |
{'ARDS': {0.0: 465, 1.0: 16}, |
20 |
{'ARDS': {0.0: 465, 1.0: 16}, |
21 |
'Bacterial': {0.0: 445, 1.0: 36}, |
21 |
'Bacterial': {0.0: 445, 1.0: 36}, |
22 |
'COVID-19': {0.0: 162, 1.0: 319}, |
22 |
'COVID-19': {0.0: 162, 1.0: 319}, |
23 |
'Chlamydophila': {0.0: 480, 1.0: 1}, |
23 |
'Chlamydophila': {0.0: 480, 1.0: 1}, |
|
... |
|
... |
56 |
'SARS': {0.0: 173}, |
56 |
'SARS': {0.0: 173}, |
57 |
'Streptococcus': {0.0: 173}, |
57 |
'Streptococcus': {0.0: 173}, |
58 |
'Varicella': {0.0: 173}, |
58 |
'Varicella': {0.0: 173}, |
59 |
'Viral': {0.0: 41, 1.0: 132}} |
59 |
'Viral': {0.0: 41, 1.0: 132}} |
60 |
|
60 |
|
61 |
``` |
61 |
|
62 |
|
62 |
|
63 |
## Annotations |
63 |
## Annotations |
64 |
|
64 |
|
65 |
[Lung Bounding Boxes](https://github.com/GeneralBlockchain/covid-19-chest-xray-lung-bounding-boxes-dataset) and [Chest X-ray Segmentation](https://github.com/GeneralBlockchain/covid-19-chest-xray-segmentations-dataset) (license: CC BY 4.0) contributed by [General Blockchain, Inc.](https://github.com/GeneralBlockchain) |
65 |
[Lung Bounding Boxes](https://github.com/GeneralBlockchain/covid-19-chest-xray-lung-bounding-boxes-dataset) and [Chest X-ray Segmentation](https://github.com/GeneralBlockchain/covid-19-chest-xray-segmentations-dataset) (license: CC BY 4.0) contributed by [General Blockchain, Inc.](https://github.com/GeneralBlockchain) |
66 |
|
66 |
|