フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

change detection with CNN pytorch

2 ビュー (過去 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