photo

Shivam Kumar


Last seen: plus de 5 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

2 Questions
0 Réponses

RANG
150 286
of 300 392

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 373

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

plus de 5 ans il y a | 2 réponses | 0

2

réponses

Question


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

environ 6 ans il y a | 2 réponses | 0

2

réponses