diff --git a/0.1/applications/CARE/denoising_U2OS/index.html b/0.1/applications/CARE/denoising_U2OS/index.html index a19effeb..887407fd 100644 --- a/0.1/applications/CARE/denoising_U2OS/index.html +++ b/0.1/applications/CARE/denoising_U2OS/index.html @@ -420,7 +420,7 @@ display: inline-block; white-space: normal; } -
The U2OS dataset is composed of pairs of noisy and high SNR nuclei images acquired in fluorescence microscopy. They were originally used in Weigert et al (2018) to showcase CARE denoising.
# Imports necessary to execute the code
+ The U2OS dataset is composed of pairs of noisy and high SNR nuclei images acquired in fluorescence microscopy. They were originally used in Weigert et al (2018) to showcase CARE denoising.
In [1]: Copied! # Imports necessary to execute the code
from pathlib import Path
import matplotlib.pyplot as plt
diff --git a/0.1/applications/Lightning_API/BSD68_N2V/index.html b/0.1/applications/Lightning_API/BSD68_N2V/index.html
index 9e301b9d..99063a68 100644
--- a/0.1/applications/Lightning_API/BSD68_N2V/index.html
+++ b/0.1/applications/Lightning_API/BSD68_N2V/index.html
@@ -420,7 +420,7 @@
display: inline-block;
white-space: normal;
}
- The BSD68 dataset was adapted from K. Zhang et al (TIP, 2017) and is composed of natural images. The noise was artificially added, allowing for quantitative comparisons with the ground truth, one of the benchmark used in many denoising publications. Here, we check the performances of Noise2Void using the Lightning API of CAREamics.
This API gives you more freedom to customize the training by using wrappers around the main elements of CAREamics: the datasets and the lightning module.
In [4]: Copied! # Imports necessary to execute the code
+ The BSD68 dataset was adapted from K. Zhang et al (TIP, 2017) and is composed of natural images. The noise was artificially added, allowing for quantitative comparisons with the ground truth, one of the benchmark used in many denoising publications. Here, we check the performances of Noise2Void using the Lightning API of CAREamics.
This API gives you more freedom to customize the training by using wrappers around the main elements of CAREamics: the datasets and the lightning module.
In [4]: Copied! # Imports necessary to execute the code
from pathlib import Path
import matplotlib.pyplot as plt
diff --git a/0.1/applications/N2V2/BSD68/index.html b/0.1/applications/N2V2/BSD68/index.html
index 39cde742..c5785f22 100644
--- a/0.1/applications/N2V2/BSD68/index.html
+++ b/0.1/applications/N2V2/BSD68/index.html
@@ -420,7 +420,7 @@
display: inline-block;
white-space: normal;
}
- The BSD68 dataset was adapted from K. Zhang et al (TIP, 2017) and is composed of natural images. The noise was artificially added, allowing for quantitative comparisons with the ground truth, one of the benchmark used in many denoising publications. Here, we check the performances of N2V2, an extension of Noise2Void.
In [1]: Copied! # Imports necessary to execute the code
+ The BSD68 dataset was adapted from K. Zhang et al (TIP, 2017) and is composed of natural images. The noise was artificially added, allowing for quantitative comparisons with the ground truth, one of the benchmark used in many denoising publications. Here, we check the performances of N2V2, an extension of Noise2Void.
In [1]: Copied! # Imports necessary to execute the code
from pathlib import Path
import matplotlib.pyplot as plt
diff --git a/0.1/applications/N2V2/SEM/index.html b/0.1/applications/N2V2/SEM/index.html
index 6e6786b6..2b778f7e 100644
--- a/0.1/applications/N2V2/SEM/index.html
+++ b/0.1/applications/N2V2/SEM/index.html
@@ -420,7 +420,7 @@
display: inline-block;
white-space: normal;
}
- The SEM dataset is composed of a training and a validation images acquired on a scanning electron microscopy (SEM). They were originally used in Buchholtz et al (2019) to showcase CARE denoising. Here, we demonstrate the performances of N2V2, an extension of Noise2Void, on this particular dataset!
In [1]: Copied! # Imports necessary to execute the code
+ The SEM dataset is composed of a training and a validation images acquired on a scanning electron microscopy (SEM). They were originally used in Buchholtz et al (2019) to showcase CARE denoising. Here, we demonstrate the performances of N2V2, an extension of Noise2Void, on this particular dataset!
In [1]: Copied! # Imports necessary to execute the code
from pathlib import Path
import matplotlib.pyplot as plt
diff --git a/0.1/applications/Noise2Noise/SEM/index.html b/0.1/applications/Noise2Noise/SEM/index.html
index 2506f610..5980a8e9 100644
--- a/0.1/applications/Noise2Noise/SEM/index.html
+++ b/0.1/applications/Noise2Noise/SEM/index.html
@@ -420,7 +420,7 @@
display: inline-block;
white-space: normal;
}
- The SEM dataset is composed of a training and a validation images acquired on a scanning electron microscopy (SEM). They were originally used in Buchholtz et al (2019) to showcase CARE denoising. Here, we demonstrate the performances of Noise2Noise on this particular dataset!
In [1]: Copied! # Imports necessary to execute the code
+ The SEM dataset is composed of a training and a validation images acquired on a scanning electron microscopy (SEM). They were originally used in Buchholtz et al (2019) to showcase CARE denoising. Here, we demonstrate the performances of Noise2Noise on this particular dataset!
In [1]: Copied! # Imports necessary to execute the code
from pathlib import Path
import matplotlib.pyplot as plt
diff --git a/0.1/applications/Noise2Void/BSD68/index.html b/0.1/applications/Noise2Void/BSD68/index.html
index 972f1c4c..152947df 100644
--- a/0.1/applications/Noise2Void/BSD68/index.html
+++ b/0.1/applications/Noise2Void/BSD68/index.html
@@ -420,7 +420,7 @@
display: inline-block;
white-space: normal;
}
- The BSD68 dataset was adapted from K. Zhang et al (TIP, 2017) and is composed of natural images. The noise was artificially added, allowing for quantitative comparisons with the ground truth, one of the benchmark used in many denoising publications. Here, we check the performances of Noise2Void.
In [1]: Copied! # Imports necessary to execute the code
+ The BSD68 dataset was adapted from K. Zhang et al (TIP, 2017) and is composed of natural images. The noise was artificially added, allowing for quantitative comparisons with the ground truth, one of the benchmark used in many denoising publications. Here, we check the performances of Noise2Void.
In [1]: Copied! # Imports necessary to execute the code
from pathlib import Path
import matplotlib.pyplot as plt
diff --git a/0.1/applications/Noise2Void/Flywing/index.html b/0.1/applications/Noise2Void/Flywing/index.html
index bcf1d68f..18e15e36 100644
--- a/0.1/applications/Noise2Void/Flywing/index.html
+++ b/0.1/applications/Noise2Void/Flywing/index.html
@@ -420,7 +420,7 @@
display: inline-block;
white-space: normal;
}
- The Flywing dataset is composed of a single 3D fluorescence microscopy stack. Here, we demonstrate the performances of Noise2Void on this particular dataset!
In [1]: Copied! # Imports necessary to execute the code
+ The Flywing dataset is composed of a single 3D fluorescence microscopy stack. Here, we demonstrate the performances of Noise2Void on this particular dataset!
In [1]: Copied! # Imports necessary to execute the code
from pathlib import Path
import matplotlib.pyplot as plt
diff --git a/0.1/applications/Noise2Void/Hagen/index.html b/0.1/applications/Noise2Void/Hagen/index.html
index 1d00f287..82ee1ffc 100644
--- a/0.1/applications/Noise2Void/Hagen/index.html
+++ b/0.1/applications/Noise2Void/Hagen/index.html
@@ -420,7 +420,7 @@
display: inline-block;
white-space: normal;
}
- Hagen dataset¶
In [1]: Copied! # Imports necessary to execute the code
+ Hagen dataset¶
In [1]: Copied! # Imports necessary to execute the code
from pathlib import Path
import matplotlib.pyplot as plt
diff --git a/0.1/applications/Noise2Void/JUMP/index.html b/0.1/applications/Noise2Void/JUMP/index.html
index 8bb2aeab..2d6b15eb 100644
--- a/0.1/applications/Noise2Void/JUMP/index.html
+++ b/0.1/applications/Noise2Void/JUMP/index.html
@@ -420,7 +420,7 @@
display: inline-block;
white-space: normal;
}
- JUMP dataset¶
In [1]: Copied! # Imports necessary to execute the code
+ JUMP dataset¶
In [1]: Copied! # Imports necessary to execute the code
from pathlib import Path
import matplotlib.pyplot as plt
diff --git a/0.1/applications/Noise2Void/Mouse_Nuclei/index.html b/0.1/applications/Noise2Void/Mouse_Nuclei/index.html
index 2004f9ea..a728f188 100644
--- a/0.1/applications/Noise2Void/Mouse_Nuclei/index.html
+++ b/0.1/applications/Noise2Void/Mouse_Nuclei/index.html
@@ -420,7 +420,7 @@
display: inline-block;
white-space: normal;
}
- The mouse nuclei dataset is composed of a train and test dataset.
In [1]: Copied! # Imports necessary to execute the code
+ The mouse nuclei dataset is composed of a train and test dataset.
In [1]: Copied! # Imports necessary to execute the code
import matplotlib.pyplot as plt
import numpy as np
diff --git a/0.1/applications/Noise2Void/SEM/index.html b/0.1/applications/Noise2Void/SEM/index.html
index b7d29de9..2460a68b 100644
--- a/0.1/applications/Noise2Void/SEM/index.html
+++ b/0.1/applications/Noise2Void/SEM/index.html
@@ -420,7 +420,7 @@
display: inline-block;
white-space: normal;
}
- The SEM dataset is composed of a training and a validation images acquired on a scanning electron microscopy (SEM). They were originally used in Buchholtz et al (2019) to showcase CARE denoising. Here, we demonstrate the performances of Noise2Void on this particular dataset!
In [1]: Copied! # Imports necessary to execute the code
+ The SEM dataset is composed of a training and a validation images acquired on a scanning electron microscopy (SEM). They were originally used in Buchholtz et al (2019) to showcase CARE denoising. Here, we demonstrate the performances of Noise2Void on this particular dataset!
In [1]: Copied! # Imports necessary to execute the code
from pathlib import Path
import matplotlib.pyplot as plt
diff --git a/0.1/applications/Noise2Void/SUPPORT/index.html b/0.1/applications/Noise2Void/SUPPORT/index.html
index 51ba43af..9674e3ef 100644
--- a/0.1/applications/Noise2Void/SUPPORT/index.html
+++ b/0.1/applications/Noise2Void/SUPPORT/index.html
@@ -420,7 +420,7 @@
display: inline-block;
white-space: normal;
}
- SUPPORT dataset¶
In [1]: Copied! # Imports necessary to execute the code
+ SUPPORT dataset¶
In [1]: Copied! # Imports necessary to execute the code
from pathlib import Path
import matplotlib.pyplot as plt
diff --git a/0.1/applications/Noise2Void/W2S/index.html b/0.1/applications/Noise2Void/W2S/index.html
index 7feeda5c..05dd1d43 100644
--- a/0.1/applications/Noise2Void/W2S/index.html
+++ b/0.1/applications/Noise2Void/W2S/index.html
@@ -420,7 +420,7 @@
display: inline-block;
white-space: normal;
}
-