Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pretty_name: Plane-wave Imaging Challenge in Medical UltraSound
|
3 |
+
source_datasets:
|
4 |
+
- https://www.creatis.insa-lyon.fr/Challenge/IEEE_IUS_2016/home
|
5 |
+
tags:
|
6 |
+
- medical-imaging
|
7 |
+
- ultrasound
|
8 |
+
- plane-wave
|
9 |
+
- benchmark
|
10 |
+
- usbmd
|
11 |
+
converted_by: "@tristan-deep"
|
12 |
+
---
|
13 |
+
|
14 |
+
## Dataset Description
|
15 |
+
|
16 |
+
[PICMUS](https://www.creatis.insa-lyon.fr/Challenge/IEEE_IUS_2016/home) (Plane-wave Imaging Challenge in Medical UltraSound). Converted to the [usbmd format](https://usbmd-toolbox.web.app/data-acquisition.html) for use with the [usbmd toolbox](https://github.com/tue-bmd/ultrasound-toolbox).
|
17 |
+
|
18 |
+
|
19 |
+
### Folder Structure
|
20 |
+
|
21 |
+
```
|
22 |
+
database/
|
23 |
+
├── experiments/
|
24 |
+
│ ├── contrast_speckle/
|
25 |
+
│ │ ├── contrast_speckle_expe_dataset_iq/
|
26 |
+
│ │ │ └── contrast_speckle_expe_dataset_iq.hdf5
|
27 |
+
│ │ └── contrast_speckle_expe_dataset_rf/
|
28 |
+
│ │ └── contrast_speckle_expe_dataset_rf.hdf5
|
29 |
+
│ └── resolution_distorsion/
|
30 |
+
│ ├── resolution_distorsion_expe_dataset_iq/
|
31 |
+
│ │ └── resolution_distorsion_expe_dataset_iq.hdf5
|
32 |
+
│ └── resolution_distorsion_expe_dataset_rf/
|
33 |
+
│ └── resolution_distorsion_expe_dataset_rf.hdf5
|
34 |
+
└── simulation/
|
35 |
+
├── contrast_speckle/
|
36 |
+
│ ├── contrast_speckle_simu_dataset_iq/
|
37 |
+
│ │ └── contrast_speckle_simu_dataset_iq.hdf5
|
38 |
+
│ └── contrast_speckle_simu_dataset_rf/
|
39 |
+
│ └── contrast_speckle_simu_dataset_rf.hdf5
|
40 |
+
└── resolution_distorsion/
|
41 |
+
├── resolution_distorsion_simu_dataset_iq/
|
42 |
+
│ └── resolution_distorsion_simu_dataset_iq.hdf5
|
43 |
+
└── resolution_distorsion_simu_dataset_rf/
|
44 |
+
└── resolution_distorsion_simu_dataset_rf.hdf5
|
45 |
+
```
|
46 |
+
|
47 |
+
## Description
|
48 |
+
|
49 |
+
- **experiments/**: Contains experimental datasets for two tasks:
|
50 |
+
- `contrast_speckle`: Datasets for contrast and speckle experiments, with both IQ and RF data.
|
51 |
+
- `resolution_distorsion`: Datasets for resolution and distortion experiments, with both IQ and RF data.
|
52 |
+
|
53 |
+
- **simulation/**: Contains simulated datasets for the same tasks, with both IQ and RF data.
|