hcw-00 / PatchCore_anomaly_detection

Unofficial implementation of PatchCore anomaly detection
Apache License 2.0
320 stars 92 forks source link

using pip install for faiss is not recommanded #45

Open ghost opened 2 years ago

ghost commented 2 years ago

I have tried pip version of faiss for my own experiments, faiss-cpu and faiss-gpu, and I found my results are unstable, after searching on google, https://github.com/facebookresearch/faiss/issues/2273 pip is not a supported way of installing in my user experience, I found that faiss(pip version) is very unstable, and also hard to debug, sometimes my program hangs when running faiss, anomalib provides an alternative way to do nearest neighbor search.

785256592 commented 1 year ago

you can download here https://pypi.org/project/faiss-gpu/1.7.1.post3/#files

785256592 commented 1 year ago

I have tried pip version of faiss for my own experiments, faiss-cpu and faiss-gpu, and I found my results are unstable, after searching on google, facebookresearch/faiss#2273 pip is not a supported way of installing in my user experience, I found that faiss(pip version) is very unstable, and also hard to debug, sometimes my program hangs when running faiss, anomalib provides an alternative way to do nearest neighbor search.

you can download here https://pypi.org/project/faiss-gpu/1.7.1.post3/#files