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

how i can use method "evaluate", to get a accuracy and precision of the neural network ? #289

Open
Gabriellsl opened this issue Feb 7, 2020 · 1 comment

Comments

@Gabriellsl
Copy link

Gabriellsl commented Feb 7, 2020

I need to compare parameters and the dataset used...

@picEmily
Copy link

prediction = net.predict(path, data)

unet.error_rate(prediction, util.crop_to_shape(label, prediction.shape))

img = util.combine_img_prediction(data, label, prediction)
util.save_image(img, "prediction.jpg")

https://tf-unet.readthedocs.io/en/latest/usage.html

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