Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,27 @@ language:
|
|
4 |
- en
|
5 |
pipeline_tag: image-segmentation
|
6 |
tags:
|
7 |
-
-
|
8 |
-
-
|
9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- en
|
5 |
pipeline_tag: image-segmentation
|
6 |
tags:
|
7 |
+
- CT scans
|
8 |
+
- U-Net
|
9 |
+
---
|
10 |
+
# Model Card for Models of "Automatic semantic segmentation of the osseous structures of the paranasal sinuses"
|
11 |
+
|
12 |
+
This is a model repository. Please check all the information in our paper and GitHub page.
|
13 |
+
|
14 |
+
## Model Sources
|
15 |
+
|
16 |
+
- **Repository:** [GitHub page](https://github.com/BYO-UPM/Craneal_CT)
|
17 |
+
- **Paper:** Automatic semantic segmentation of the osseous structures of the paranasal sinuses ([link](https://github.com/BYO-UPM/Craneal_CT))
|
18 |
+
|
19 |
+
## Get Start
|
20 |
+
|
21 |
+
- 3D models are associated with TensorFlow and Keras.
|
22 |
+
- 2D and final models are associated with Pytorch.
|
23 |
+
|
24 |
+
You can use the 2D and 3D models for reproduction.
|
25 |
+
|
26 |
+
Check this [code](https://github.com/BYO-UPM/Craneal_CT/blob/main/Codes/2D_unets/transfer_learning_ddp.py) for transfer learning using our final model.
|
27 |
+
|
28 |
+
## Ethical Issue
|
29 |
+
|
30 |
+
Please use our models and datasets appropriately and comply with relevant medical information protection regulations. We have wiped out all data involving private personal information.
|