Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

change detection with CNN pytorch

1 visualización (últimos 30 días)
linou landini
linou landini el 30 de Oct. de 2021
Cerrada: Walter Roberson el 30 de Oct. de 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)

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by