how to enter can tell the networks the first ten images is for first car and the other ten images for seconde cars??.
1 次查看(过去 30 天)
显示 更早的评论
.i created folder of 20 images for 2 diferent cars..each cars have 10 images with diferent noise...can i used this images as inputs images and used original images as target images???plz help me
...know how to enter cann tell the networks the first ten images is for first car and the other ten images for seconde cars??...plz help me
0 个评论
采纳的回答
Greg Heath
2014-5-24
target = [ repmat( [1;0],1,10) repmat( [0;1],1,10) ];
classindex = vec2ind(target)
target = ind2vec(classindex)
Hope this helps.
Thank you for formally accepting my answer
Greg
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!