rvorias / ind_knn_ad

Vanilla torch and timm industrial knn-based anomaly detection for images.
https://share.streamlit.io/rvorias/ind_knn_ad
MIT License
147 stars 50 forks source link

Request for an Updated Version Due to Compatibility Issues #33

Closed fradiii closed 3 months ago

fradiii commented 3 months ago

Hello,

Could I please get an updated version of this project? Many features are not working correctly and there are compatibility issues that I am unable to resolve. As a beginner, I have been trying to fix these problems for the past two months without success. I am currently an intern and this is my first year, so I really need help with this.

Thank you very much for your assistance.

Best regards,

rvorias commented 3 months ago

Hey, please give some more info what exactly is going wrong.

In the meantime I released the versions of the requirements, it was indeed failing to install. Also fixed dataset downloading.

Should be good to go atm.

fradiii commented 3 months ago

Hi,

Yes, the versions of the requirements and dataset downloading issues are fixed, but you need to update the streamlit_app.py file as it is not functioning correctly.

rvorias commented 3 months ago

Haha I was afraid you were going to mention that. I'll take a look.

fradiii commented 3 months ago

Thank you! I appreciate it. ^-^

rvorias commented 3 months ago

Fixed dependencies. Rerunning pip install -r requirements.txt should do the trick.