Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc0-1.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc0-1.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Tumor_Image_Dataset (NPY Version)
|
| 6 |
+
|
| 7 |
+
## Dataset Summary
|
| 8 |
+
|
| 9 |
+
Original data source: https://doi.org/10.34740/kaggle/dsv/2645886
|
| 10 |
+
Original dataset: Brain Tumor MRI Dataset
|
| 11 |
+
Original license: CC0-1.0
|
| 12 |
+
|
| 13 |
+
This repository contains a processed version of the original dataset.
|
| 14 |
+
Total size: approximately 1 GB.
|
| 15 |
+
Data format: NumPy `.npy` files.
|
| 16 |
+
|
| 17 |
+
## Dataset Structure
|
| 18 |
+
|
| 19 |
+
The dataset is stored in `.npy` format.
|
| 20 |
+
All images are reshaped to `(3, 224, 224)`.
|
| 21 |
+
|
| 22 |
+
## Preprocessing
|
| 23 |
+
|
| 24 |
+
- All images were reshaped to `(3, 224, 224)`.
|
| 25 |
+
|
| 26 |
+
## License
|
| 27 |
+
|
| 28 |
+
Original dataset license: CC0-1.0
|
| 29 |
+
This processed version is released under CC0-1.0.
|