amazon-science / patchcore-inspection

Apache License 2.0
691 stars 142 forks source link

some issues to fix #65

Open dh100hs opened 1 year ago

dh100hs commented 1 year ago

Hello, we had some difficulties with this repo. First, we had to move the "patchcore" folder from "src" to "bin" folder. The flag --log_online is not implemented/ does not work In the folder "models" it seems that the .faiss file and .pkl file includes the same information - I think pkl file is false? In run_patchcore.py: lines 148 to 157: transform_std and transform_mean are not avaiable. Instead of the variables, I used numbers.

Thank you so much and Greetings

YoojLee commented 1 year ago

Hi, just one tip. For evaluation, pkl file is for configuration and the faiss file contains the index for nearest search that is constructed during training.