ziq commited on
Commit
db2f6a5
·
1 Parent(s): 359c971

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -22,14 +22,19 @@ task_ids:
22
  - semantic-segmentation
23
  ---
24
 
 
25
 
26
- ## Setup
 
 
 
 
27
 
28
  ```bash
29
  pip install datasets
30
  ```
31
 
32
- ## Feel the Magic
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