jakeret/tf_unet

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

Gabriellsl opened this issue · 1 comments

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