tf_unet
tf_unet copied to clipboard
how i can use method "evaluate", to get a accuracy and precision of the neural network ?
I need to compare parameters and the dataset used...
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