xcyao00 / PRNet

[CVPR 2023] Unofficial PyTorch implementation for CVPR2023 paper, Prototypical Residual Networks for Anomaly Detection and Localization.
24 stars 3 forks source link

Versions of requirement packages #2

Open HamidrezaZarrabi opened 11 months ago

HamidrezaZarrabi commented 11 months ago

Hi, The requirment.txt has not been specified in the repo. Then, I decided to install the last versions of packages. But the package installation comes into conflict. You acknowledged a repo , so I tried to install package versions that has been used in there. But still there is conflict. Let me know, what versions did you used? Thanks for taking your time.

xcyao00 commented 11 months ago

torch==1.13.1 sklearn=1.3.1 timm==0.6.7

HamidrezaZarrabi commented 11 months ago

torch==1.13.1 sklearn=1.3.1 timm==0.6.7

Thank you so much. Please let me know versions of Python, skimage, albumentations and imgaug?