-
How come the model size increases as the input image number increases? I tested with 2 different datasets. Settings for both tests : Test A: Test B: This difference becomes much more noticeable if you change the backbone model type. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, this is the expected behavior for PatchCore. The model's size depends on the amount of images in the training set. |
Beta Was this translation helpful? Give feedback.
Hello, this is the expected behavior for PatchCore. The model's size depends on the amount of images in the training set.
Patchcore is not trained in the usual meaning of it, instead it extracts features from the training dataset into the memory bank. More images mean more features extracted, the memory bank is bigger, size of the model increases. If you want to keep the size low, you can try lower
coreset_sampling_ratio.