Dear Sir/ Madam,
I have made a binary classification based on images of coronary vessels using the AlexNet classification method.
Is it possible to write and display on the images as True Positive and True Negative, which code can I use?
I would be grateful if you could give me some ideas
Best regards
Serife Kaba

 採用された回答

Image Analyst
Image Analyst 2022 年 12 月 29 日

0 投票

Sure. After you call predict you have an array of the assigned classes for the list of images you passed in. You can just go down that list in a for loop calling imread() and text() to display and label the image with the class that the network decided it matched best.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

質問済み:

2022 年 12 月 29 日

回答済み:

2022 年 12 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by