Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

every pixel anomal_score #24

Open
lzzlxxlsz opened this issue Mar 26, 2019 · 1 comment
Open

every pixel anomal_score #24

lzzlxxlsz opened this issue Mar 26, 2019 · 1 comment

Comments

@lzzlxxlsz
Copy link

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, self.ano_G))))" is the whole pixel's res_loss ?it is 6464 and 3 channels,but for the dis_loss : "self.dis_loss = tf.reduce_mean(
tf.reduce_sum(tf.abs(tf.subtract(dis_f_z, dis_f_input))))",it is 66 and 512 channels?,what should I do if I want to know every pixel?

@lzzlxxlsz
Copy link
Author

When I calculate the res_loss of every pixel,wheather I take account of the dis_loss into consideration?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant