photo

Shivam Kumar


Last seen: 4年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Error using images.internal.imageDisplayValidateParams>validateCData (line 122) If input is logical (binary), it must be two-dimensional.
a=imread('c1.jpg'); imshow(a) cd=double(a); imshow(cd) imshow(cd/255) cd1=im2double(a); figure, imshow(cd1) c= a>120; im...

4年以上 前 | 2 件の回答 | 0

2

回答

質問


i am getting error while predicting image??
img=imread('4.jpg'); >> imshow(img) >> net=alexnet; >> predict=classify(net,img) Error using DAGNetwork/calculatePredict>pr...

5年弱 前 | 2 件の回答 | 0

2

回答