Community Profile

photo

Kinjal Joshi


Last seen: 12 mois il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Question


Getting Error in reading video file.
Hello, I am trying to read a video file with extension .avi using VideoReader, but getting error Unable to determine the requir...

presque 3 ans il y a | 1 réponse | 0

0

réponse

Question


Error in using classify function.
net=patternnet(10); [net,tr]=train(net,trainoflow,op); [ypred,scores]=classify(net,testoflow); The above code give me error a...

plus de 4 ans il y a | 1 réponse | 0

0

réponse

A répondu
Classify requires at least 3 arguments
net=patternnet(10); [net,tr]=train(net,trainoflow,op); [ypred,scores]=classify(net,testoflow); The above code give me error...

plus de 4 ans il y a | 0