OpenAOI / anodet

Anomaly detection on images using features from pretrained neural networks.
MIT License
69 stars 22 forks source link

Padim script #15

Closed VictorOlof closed 2 years ago

antonemanuel commented 2 years ago

The idea of the function was to test different sets of parameters. E.g. different datasets. So the function should take some list or interval of values/paths/data and then try the different parameters given. Now it seems like this is not the case. You can start with just making the function being able to differ just one parameter for simplicity.

However maybe it is nice to have the function you made for one of these iterations. And have a wrapper function for looping over the different sets of parameters.

Other fixes: