jahongir7174 / SimpleNet

SimpleNet: A Simple Network for Image Anomaly Detection and Localization
https://arxiv.org/abs/2303.15140
25 stars 6 forks source link

About Generator #1

Closed HuWeiYu closed 5 months ago

HuWeiYu commented 1 year ago

Hi! This is a realy good reimplementation! I have a question about the Generator part in nn.py. Because I 'm not familiar with this whole unfold and permute thing. What is this for ? Is this only for the patchification with 3*3 kernel or is it a must for the adaptive pooling. I 'm realy have no experience in this area and i hope you can give me some clue! Best wishes!