Skip to content

Commit

Permalink
deploy: a72e931
Browse files Browse the repository at this point in the history
  • Loading branch information
MMathisLab committed Dec 23, 2024
1 parent 5561a4a commit 7ae8955
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions source/code/_autosummary/napari_cellseg3d.code_models.crf.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ <h1>napari_cellseg3d.code_models.crf</h1>

<section id="module-napari_cellseg3d.code_models.crf">
<span id="napari-cellseg3d-code-models-crf"></span><h1>napari_cellseg3d.code_models.crf<a class="headerlink" href="#module-napari_cellseg3d.code_models.crf" title="Permalink to this heading">#</a></h1>
<p>Implements the CRF post-processing step for the WNet3D.</p>
<p>Implements the CRF post-processing step for WNet3D.</p>
<p>The CRF requires the following parameters:</p>
<ul class="simple">
<li><p>images : Array of shape (N, C, H, W, D) containing the input images.</p></li>
Expand All @@ -442,29 +442,30 @@ <h1>napari_cellseg3d.code_models.crf</h1>
Efficient Inference in Fully Connected CRFs with Gaussian Edge Potentials
Philipp Krähenbühl and Vladlen Koltun
NIPS 2011</p>
<p>Implemented using the pydense library available at <a class="github reference external" href="https://github.com/lucasb-eyer/pydensecrf">lucasb-eyer/pydensecrf</a>.</p>
<p>Implemented using the pydensecrf library available at <a class="github reference external" href="https://github.com/lucasb-eyer/pydensecrf">lucasb-eyer/pydensecrf</a>.
However, this is not maintained, thus we maintain this pacakge at <a class="github reference external" href="https://github.com/AdaptiveMotorControlLab/pydensecrf">AdaptiveMotorControlLab/pydensecrf</a>.</p>
<p class="rubric">Functions</p>
<table class="autosummary longtable table autosummary">
<tbody>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">correct_shape_for_crf</span></code>(image[, desired_dims])</p></td>
<td><p>Corrects the shape of the image to be compatible with the CRF post-processing step.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">crf</span></code>(image, prob, sa, sb, sg, w1, w2[, n_iter])</p></td>
<td><p>Implements the CRF post-processing step for the W-Net.</p></td>
<td><p>Implements the CRF post-processing step for the WNet3D.</p></td>
</tr>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">crf_batch</span></code>(images, probs, sa, sb, sg, w1, w2)</p></td>
<td><p>CRF post-processing step for the W-Net, applied to a batch of images.</p></td>
<td><p>CRF post-processing step for the WNet3D, applied to a batch of images.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">crf_with_config</span></code>(image, prob[, config, log])</p></td>
<td><p>Implements the CRF post-processing step for the W-Net.</p></td>
<td><p>Implements the CRF post-processing step for the WNet3D.</p></td>
</tr>
</tbody>
</table>
<p class="rubric">Classes</p>
<table class="autosummary longtable table autosummary">
<tbody>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">CRFWorker</span></code>(images_list, labels_list[, ...])</p></td>
<td><p>Worker for the CRF post-processing step for the W-Net.</p></td>
<td><p>Worker for the CRF post-processing step for the WNet3D.</p></td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion source/code/_autosummary/napari_cellseg3d.code_models.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ <h1>napari_cellseg3d.code_models</h1>
<table class="autosummary longtable table autosummary">
<tbody>
<tr class="row-odd"><td><p><a class="reference internal" href="napari_cellseg3d.code_models.crf.html#module-napari_cellseg3d.code_models.crf" title="napari_cellseg3d.code_models.crf"><code class="xref py py-obj docutils literal notranslate"><span class="pre">napari_cellseg3d.code_models.crf</span></code></a></p></td>
<td><p>Implements the CRF post-processing step for the WNet3D.</p></td>
<td><p>Implements the CRF post-processing step for WNet3D.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="napari_cellseg3d.code_models.instance_segmentation.html#module-napari_cellseg3d.code_models.instance_segmentation" title="napari_cellseg3d.code_models.instance_segmentation"><code class="xref py py-obj docutils literal notranslate"><span class="pre">napari_cellseg3d.code_models.instance_segmentation</span></code></a></p></td>
<td><p>Instance segmentation methods for 3D images.</p></td>
Expand Down

0 comments on commit 7ae8955

Please sign in to comment.