Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -57,17 +57,22 @@ learning methods, and will continue to grow with new modalities and annotations.
|
|
| 57 |
|
| 58 |
```
|
| 59 |
data/
|
| 60 |
-
├── DOMAIN_SENSOR_DATATYPE/
|
| 61 |
│ ├── ROI/
|
| 62 |
-
│ │ ├── <Patch>.tif
|
| 63 |
-
│ │ ├── <Patch
|
| 64 |
| | ├── ...
|
|
|
|
|
|
|
| 65 |
│ ├── ROI/
|
|
|
|
| 66 |
│ │ ├── <Patch>.tif
|
| 67 |
-
│ │ ├── <Patch>.tif
|
| 68 |
-
│ └── ...
|
| 69 |
-
├── DOMAIN_SENSOR_DATATYPE/
|
| 70 |
...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
```
|
| 72 |
|
| 73 |
|
|
|
|
| 57 |
|
| 58 |
```
|
| 59 |
data/
|
| 60 |
+
├── DOMAIN_SENSOR_DATATYPE/
|
| 61 |
│ ├── ROI/
|
| 62 |
+
│ │ ├── <Patch>.tif # image file
|
| 63 |
+
│ │ ├── <Patch>.tif
|
| 64 |
| | ├── ...
|
| 65 |
+
│ └── ...
|
| 66 |
+
├── DOMAIN_SENSOR_LABEL-XX/
|
| 67 |
│ ├── ROI/
|
| 68 |
+
│ │ ├── <Patch>.tif # supervision file
|
| 69 |
│ │ ├── <Patch>.tif
|
|
|
|
|
|
|
|
|
|
| 70 |
...
|
| 71 |
+
...
|
| 72 |
+
├── GLOBAL_ALL_MTD/
|
| 73 |
+
│ ├── GLOABAL_SENSOR_MTD.gpkg # metadata file
|
| 74 |
+
│ ├── GLOABAL_SENSOR_MTD.gpkg
|
| 75 |
+
| ├── ...
|
| 76 |
```
|
| 77 |
|
| 78 |
|