필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

change detection with CNN pytorch

조회 수: 1 (최근 30일)
linou landini
linou landini 2021년 10월 30일
마감: Walter Roberson 2021년 10월 30일
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)

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by