.. -*- coding: utf-8 -*- .. _bob.ip.binseg.results.baselines.vessel: ============================================== Retinal Vessel Segmentation for Retinography ============================================== .. list-table:: :header-rows: 2 * - - - :py:mod:`driu ` - :py:mod:`hed ` - :py:mod:`m2unet ` - :py:mod:`unet ` - :py:mod:`lwnet ` * - Dataset - 2nd. Annot. - 15M - 14.7M - 550k - 25.8M - 68k * - :py:mod:`drive ` - 0.788 (0.021) - `0.821 (0.014) `_ - `0.813 (0.016) `_ - `0.802 (0.014) `_ - `0.825 (0.015) `_ - 0.828 * - :py:mod:`stare ` - 0.759 (0.028) - `0.828 (0.039) `_ - `0.815 (0.047) `_ - `0.818 (0.035) `_ - `0.828 (0.050) `_ - 0.839 * - :py:mod:`chasedb1 ` - 0.768 (0.023) - `0.812 (0.018) `_ - `0.806 (0.020) `_ - `0.798 (0.018) `_ - `0.807 (0.017) `_ - 0.820 * - :py:mod:`hrf ` (1168x1648) - - `0.808 (0.038) `_ - `0.803 (0.040) `_ - `0.796 (0.048) `_ - `0.811 (0.039) `_ - 0.814 * - :py:mod:`hrf ` (2336x3296) - - `0.722 (0.073) `_ - `0.703 (0.090) `_ - `0.713 (0.143) `_ - `0.756 (0.051) `_ - 0.744 * - :py:mod:`iostar-vessel ` - - `0.825 (0.020) `_ - `0.827 (0.020) `_ - `0.820 (0.018) `_ - `0.818 (0.020) `_ - 0.832 Notes ----- * HRF models were trained using half the full resolution (1168x1648) * The following table describes recommended batch sizes for 24Gb of RAM GPU card: .. list-table:: * - **Models / Datasets** - :py:mod:`drive ` - :py:mod:`stare ` - :py:mod:`chasedb1 ` - :py:mod:`iostar-vessel ` - :py:mod:`hrf ` * - :py:mod:`unet ` - 4 - 2 - 2 - 2 - 1 * - :py:mod:`hed ` - 8 - 4 - 4 - 4 - 1 * - :py:mod:`driu ` / :py:mod:`driu-bn ` - 8 - 5 - 4 - 4 - 1 * - :py:mod:`m2unet ` - 16 - 6 - 6 - 6 - 1 .. include:: ../../links.rst