tf_unet icon indicating copy to clipboard operation
tf_unet copied to clipboard

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

Open Gabriellsl opened this issue 5 years ago • 1 comments

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

Gabriellsl avatar Feb 07 '20 14:02 Gabriellsl

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

picEmily avatar Apr 24 '20 01:04 picEmily