AnoGAN-tf
AnoGAN-tf copied to clipboard
Unofficial Tensorflow Implementation of AnoGAN (Anomaly GAN)
Is there a big difference between the generated image and the test one?and what is your test result?is it very similar between the test image and the generated image?
last time,I use my data with the size of 1544*1284,and I resized it with 178*218 as the celeba dataset,but the result is not good.The generated picture is not clear,so I...
You said that the anomaly_score is the sum of the all pixels anomaly_score,if I want to see the every pixel's anomaly_score,what shoul I do ? the code"self.res_loss = tf.reduce_mean( tf.reduce_sum(tf.abs(tf.subtract(test_inputs,...
errors = np.mean(np.squeeze(errors),axis=2) the error is the anomal-score image,and this function of the code is that using the gray-level to label the anomal-area?
downlaod