Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

change detection with CNN pytorch

3 Ansichten (letzte 30 Tage)
linou landini
linou landini am 30 Okt. 2021
Geschlossen: Walter Roberson am 30 Okt. 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)

Antworten (0)

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by