adayc commited on
Commit
af87b3d
verified
1 Parent(s): 2af6aef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -9,7 +9,7 @@ tags:
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
 
@@ -28,3 +28,16 @@ Check this [code](https://github.com/BYO-UPM/Craneal_CT/blob/main/Codes/2D_unets
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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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](https://doi.org/10.1101/2024.06.21.599833) and [GitHub](https://github.com/BYO-UPM/Craneal_CT) page.
13
 
14
  ## Model Sources
15
 
 
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.
31
+
32
+ ## Citation
33
+
34
+ If you use our model or dataset in your research, please cite our paper:
35
+
36
+ ```
37
+ @article{yichun2024automatic,
38
+ title={Automatic Semantic Segmentation of the Osseous Structures of the Paranasal Sinuses},
39
+ author={Yichun Sun, Alejandro Guerrero-L贸pez, Juli谩n D. Arias-Londo帽o, Juan I. Godino-Llorente},
40
+ journal={bioRxiv 2024.06.21.599833},
41
+ year={2024},
42
+ }
43
+ ```