From 09a2b689989a228952137097094dadf981bf417a Mon Sep 17 00:00:00 2001
From: ptresson <paul.tresson@ird.fr>
Date: Wed, 20 Nov 2024 16:26:15 +0100
Subject: [PATCH] add comment on heavier models in faq

---
 docs/source/faq.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/source/faq.md b/docs/source/faq.md
index 2c10f9a..261bcbd 100644
--- a/docs/source/faq.md
+++ b/docs/source/faq.md
@@ -11,6 +11,7 @@ You can create an overlap by selecting a stride smaller than the sampling size o
 ## How can I obtain a better resolution ?
 
 This plugin was developped with ViTs in mind as template models. These have spatialy explicit features and divide the image into patches of typially `16x16` or `14x14` pixels. By having a smaller sampling size, you will have better resolution but with less context for the model to work with.
+Using a model with smaller patch size will also in the end lead to a better resolution but these models are often heavier.
 
 ## Which model should I use ?
 
-- 
GitLab