Datasets:
Tasks:
Image Segmentation
Modalities:
Image
Sub-tasks:
semantic-segmentation
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -22,14 +22,19 @@ task_ids:
|
|
22 |
- semantic-segmentation
|
23 |
---
|
24 |
|
|
|
25 |
|
26 |
-
|
|
|
|
|
|
|
|
|
27 |
|
28 |
```bash
|
29 |
pip install datasets
|
30 |
```
|
31 |
|
32 |
-
|
33 |
|
34 |
### Load Dataset
|
35 |
```python
|
|
|
22 |
- semantic-segmentation
|
23 |
---
|
24 |
|
25 |
+
# 📁 Dataset
|
26 |
|
27 |
+
This dataset only comprised of 205 series of CT scans in `.png` file with raw images and raw mask.
|
28 |
+
|
29 |
+
Data source: [Kaggle RSNA 2023 Abdominal Trauma Detection](https://www.kaggle.com/competitions/rsna-2023-abdominal-trauma-detection/data)
|
30 |
+
|
31 |
+
# 🚀 Setup
|
32 |
|
33 |
```bash
|
34 |
pip install datasets
|
35 |
```
|
36 |
|
37 |
+
# 🤩 Feel the Magic
|
38 |
|
39 |
### Load Dataset
|
40 |
```python
|