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

i have no idea about Positive and Negative #3

Closed
yisampi opened this issue Mar 5, 2019 · 1 comment
Closed

i have no idea about Positive and Negative #3

yisampi opened this issue Mar 5, 2019 · 1 comment

Comments

@yisampi
Copy link

yisampi commented Mar 5, 2019

@AntiAegis , i have no idea about below code, and i don't know how to predict a new image tampered?
if decision==1:
if GT=="Positive":
print("Prediction: Positive ==> True")
else:
print("Prediction: Positive ==> False")
else:
if GT=="Positive":
print("Prediction: Negative ==> False")
else:
print("Prediction: Negative ==> True")

@thuyngch
Copy link
Owner

thuyngch commented Mar 5, 2019

You can check the answer in here #2

@thuyngch thuyngch closed this as completed Mar 5, 2019
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

2 participants