-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f8e32ae
commit 761642d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Retinal Vessel Segmentation | ||
|
||
Implementation of the CE-Net architecture proposed by Gu et al. at [IEEE 2019](https://arxiv.org/abs/1903.02740) and the RV-GAN architecture proposed by Kamran et al. at [MICCAI 2021](https://arxiv.org/abs/2101.00535) using the TensorFlow framework. This repository is based on the source code released with the respective papers, and can be found here: [CE-Net](https://github.com/Guzaiwang/CE-Net) and [RV-GAN](https://github.com/SharifAmit/RVGAN). | ||
Implementation of the CE-Net architecture proposed by Gu et al. at [IEEE 2019](https://arxiv.org/abs/1903.02740) and the RV-GAN architecture proposed by Kamran et al. at [MICCAI 2021](https://arxiv.org/abs/2101.00535) using the TensorFlow framework. This repository is based on the source code released along with the respective papers, and can be found here: [CE-Net](https://github.com/Guzaiwang/CE-Net) and [RV-GAN](https://github.com/SharifAmit/RVGAN). |