Kinjal Joshi
Followers: 0 Following: 0
Feeds
質問
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...
3年以上 前 | 1 件の回答 | 0
1
回答質問
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...
5年弱 前 | 0 件の回答 | 0
0
回答回答済み
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...
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...
5年弱 前 | 0