Community Profile

photo

Shivam Kumar


Last seen: alrededor de 4 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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...

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 4 años hace | 2 respuestas | 0

2

respuestas