[Question] Huge size of PADIM Weights on custom dataset #426
-
While training PADIM for the custom dataset, it provides most accurate result for my dataset as compared to other models but the size of weights is one of the big issue.
However I am still getting weights in GBs for my configuration as follow:
Is there any way to further optimize the size of the weight files because it's getting very resource intensive during inference! CC @roshan-dadlaney |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
If you want to stick to PADIM you can:
If you want to code/implement some stuff, you can:
|
Beta Was this translation helpful? Give feedback.
-
I'll move this to Discussions. Feel free to continue the discussion from there. Cheers! |
Beta Was this translation helpful? Give feedback.
-
Hi, @pranjal-joshi-cc , I implemented a EfficientNetV2 based PaDiM, hope it may help you to some extent. |
Beta Was this translation helpful? Give feedback.
-
Hey all, I have noticed that the model size does scale with size of the dataset. Is this due to the implementation in anomalib? As far as I understand the publication it shouldn't right? Src: "Memory complexity. Unlike SPADE [5] and Patch SVDD, the space complexity of our model is independent of the Thanks in advance! |
Beta Was this translation helpful? Give feedback.
If you want to stick to PADIM you can:
If you want to code/implement some stuff, you can: