Skip to content

Commit fd85e38

Browse files
committed
add zero-shot pred -- need to verify
1 parent 5a6c88a commit fd85e38

2 files changed

Lines changed: 316 additions & 164 deletions

File tree

tutorial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7682,7 +7682,7 @@ <h2 id="Theorotical-Foundation">Theorotical Foundation<a class="anchor-link" hre
76827682
<li><p><strong>Prototypical Networks:</strong> Prototypical Networks tackle this by mapping pixels (or patches) into an embedding space where each class is represented by a prototype, typically the mean embedding of its support examples. At inference time, each pixel in a query image is classified by measuring its distance to these class prototypes, enabling accurate pixel-wise segmentation in new scenes with very limited labeled data.</p>
76837683
</li>
76847684
</ul>
7685-
<p><img alt="" src="presentation/figures/illustration_prototypical_network.png"/></p>
7685+
<p><img alt="prototypical network" src="presentation/figures/illustration_prototypical_network.png"/></p>
76867686
<p><em>Figure 1: Overview of the Self-Regularized Prototypical Network Architecture. Adapted from <a href="https://arxiv.org/pdf/2210.16829">Ding et al. (2022)</a>.</em></p>
76877687
</div>
76887688
</div>

tutorial.ipynb

Lines changed: 315 additions & 163 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)