Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,16 @@
|
|
2 |
license: gpl-3.0
|
3 |
---
|
4 |
|
5 |
-
This repository contains the model trained in our [work](https://github.com/HemaxiN/3DVascNet) (3D segmentation of retinal blood vessels in microscopy images using a 3D CycleGAN).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: gpl-3.0
|
3 |
---
|
4 |
|
5 |
+
This repository contains the model trained in our [work](https://github.com/HemaxiN/3DVascNet) (3D segmentation of retinal blood vessels in microscopy images using a 3D CycleGAN).
|
6 |
+
|
7 |
+
## How to cite
|
8 |
+
|
9 |
+
```bibtex
|
10 |
+
@article{narotamo20243dvascnet,
|
11 |
+
title={3DVascNet: An Automated Software for Segmentation and Quantification of Mouse Vascular Networks in 3D},
|
12 |
+
author={Narotamo, Hemaxi and Silveira, Margarida and Franco, Cl{\'a}udio A},
|
13 |
+
journal={Arteriosclerosis, Thrombosis, and Vascular Biology},
|
14 |
+
year={2024},
|
15 |
+
publisher={Am Heart Assoc}
|
16 |
+
}
|
17 |
+
```
|