Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

change detection with CNN pytorch

1 vue (au cours des 30 derniers jours)
linou landini
linou landini le 30 Oct 2021
Clôturé : Walter Roberson le 30 Oct 2021
I want to display a change detection image after the result of the confusion matrix, I have divided my model 70% train and 30% test.
print('Validation accuracy test: {:.4f}%'.format(float(accuracy_score(val_y, predictions)) * 100))
conf_matrix = confusion_matrix(val_y, predictions)
for i in range(predictions.size) :
x = val_x[i]
y=predictions[i]
plt.imshow(x,y)

Réponses (0)

Cette question est clôturée.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by