From 6729a4f1aa6ba51f055dc6ea6b699131d9c24685 Mon Sep 17 00:00:00 2001
From: Matheus Armani Renzo <m.renzo@murabei.com>
Date: Mon, 20 Sep 2021 21:24:52 +0200
Subject: [PATCH] adding results for lung segmentation models

---
 doc/results/baselines/index.rst | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/doc/results/baselines/index.rst b/doc/results/baselines/index.rst
index 70bb198e..20bfb86c 100644
--- a/doc/results/baselines/index.rst
+++ b/doc/results/baselines/index.rst
@@ -39,6 +39,8 @@ F1 Scores (micro-level)
   generate the results displayed here.
 * HRF models were trained using half the full resolution (1168x1648)
 
+Retinal Vessel Segmentation
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 .. list-table::
    :header-rows: 2
@@ -100,6 +102,29 @@ F1 Scores (micro-level)
      - `0.818 (0.020) <baselines_unet_iostar_>`_
      -  0.832
 
+
+Lung Segmentation
+~~~~~~~~~~~~~~~~~
+
+.. list-table::
+   :header-rows: 2
+
+   * -
+     - :py:mod:`m2unet <bob.ip.binseg.configs.models.m2unet>`
+     - lwnet
+   * - Dataset
+     - 550k
+     - 68k
+   * - :py:mod:`MC <bob.ip.binseg.configs.datasets.MC.default>`
+     -  0.982
+     -  0.975
+   * - :py:mod:`JSRT <bob.ip.binseg.configs.datasets.JSRT.default>`
+     -  0.982
+     -  0.977
+   * - :py:mod:`Shenzhen <bob.ip.binseg.configs.datasets.Shenzhen.default>`
+     -  0.955
+     -  0.952
+
 Precision-Recall (PR) Curves
 ----------------------------
 
-- 
GitLab