amazon-science / patchcore-inspection

Apache License 2.0
691 stars 142 forks source link

use backbone "ViT". #67

Open tuandat-github opened 1 year ago

tuandat-github commented 1 year ago

which layer should I use for feature extraction to get the best results( example: layer2 and layer3 in wide resnet50).

matanPercepto commented 1 year ago

I also found this a problem, ended up searching which layers exist inside the network architecture, but when I tried to pick one, it gives error that the sizes don't match. Any luck figuring this out?