denguir / student-teacher-anomaly-detection

Student–Teacher Anomaly Detection with Discriminative Latent Embeddings
180 stars 43 forks source link

python3 anomaly_detection.py #9

Open JesusRH97 opened 3 years ago

JesusRH97 commented 3 years ago

I execute this script and I expected to have some resuts under the results/ folder, but instead I got the following warning: "anomaly_detection.py:152: RuntimeWarning: More than 20 figures have been opened. Figures created through the pyplot interface (matplotlib.pyplot.figure) are retained until explicitly closed and may consume too much memory. (To control this warning, see the rcParam figure.max_open_warning)."

How can I see the outputs of the algorithm?

denguir commented 2 years ago

Hi @JesusRH97

The script doesn't automatically write into results folder (but you could add it easily). The main output of the script is matplotlib figures that you can simply visualize or save (make sure to close the obained figures by pressing "q", this will launch the next results to display)