Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
| 3 |
|
| 4 |
|
| 5 |
## COVID-19 image data collection ([🎬 video about the project](https://www.youtube.com/watch?v=ineWmqfelEQ))
|
|
@@ -165,4 +184,4 @@ https://github.com/ieee8023/covid-chestxray-dataset
|
|
| 165 |
|
| 166 |
Each image has license specified in the metadata.csv file. Including Apache 2.0, CC BY-NC-SA 4.0, CC BY 4.0.
|
| 167 |
|
| 168 |
-
The metadata.csv, scripts, and other documents are released under a CC BY-NC-SA 4.0 license. Companies are free to perform research. Beyond that contact us.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc
|
| 3 |
+
tags:
|
| 4 |
+
- computer-vision
|
| 5 |
+
- deep-learning
|
| 6 |
+
- dataset
|
| 7 |
+
- xray
|
| 8 |
+
- computed-tomography
|
| 9 |
+
- covid-19
|
| 10 |
+
task_categories:
|
| 11 |
+
- image-classification
|
| 12 |
+
- image-segmentation
|
| 13 |
+
pretty_name: Chest X-Ray Images
|
| 14 |
+
size_categories:
|
| 15 |
+
- 1K<n<10K
|
| 16 |
+
---
|
| 17 |
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
#### Please read this paper about evaluation issues: [https://arxiv.org/abs/2004.12823](https://arxiv.org/abs/2004.12823) and [https://arxiv.org/abs/2004.05405](https://arxiv.org/abs/2004.05405)
|
| 22 |
|
| 23 |
|
| 24 |
## COVID-19 image data collection ([🎬 video about the project](https://www.youtube.com/watch?v=ineWmqfelEQ))
|
|
|
|
| 184 |
|
| 185 |
Each image has license specified in the metadata.csv file. Including Apache 2.0, CC BY-NC-SA 4.0, CC BY 4.0.
|
| 186 |
|
| 187 |
+
The metadata.csv, scripts, and other documents are released under a CC BY-NC-SA 4.0 license. Companies are free to perform research. Beyond that contact us.
|