tSchlegl / f-AnoGAN

Code for reproducing f-AnoGAN training and anomaly scoring
MIT License
246 stars 63 forks source link

Save anomaly images #8

Open murielmazzetto opened 5 years ago

murielmazzetto commented 5 years ago

Hello, could you explain how to generate the images with the location of the anomaly?

I am already training and evaluating images, but i only get the scores in the csv file. I am also interested in generate and save the images with anomaly location, as shown at the paper.

Also, did you use some score threshold to determine that an image is not normal?

Thank you for your attention

lzzlxxlsz commented 5 years ago

your computer is cpu or gpu?

jaclynnstubbs commented 4 years ago

Hi, @murielmazzetto did you ever figure this out? I am having the same issue. I trained the models, but am unsure how to evaluate for anomalies.

Thank you

18846935350 commented 4 years ago

Hello, could you explain how to generate the images with the location of the anomaly?

I am already training and evaluating images, but i only get the scores in the csv file. I am also interested in generate and save the images with anomaly location, as shown at the paper.

Also, did you use some score threshold to determine that an image is not normal?

Thank you for your attention

Hello, have you solved this problem? Can images be generated?

thiagoribeirodamotta commented 4 years ago

There is a function at wgangp_64x64 called generate_image, which, as the name suggests, saves some images as a mosaic depending on the batch_size used.