how to enter can tell the networks the first ten images is for first car and the other ten images for seconde cars??.

1 vue (au cours des 30 derniers jours)
.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

Réponse acceptée

Greg Heath
Greg Heath le 24 Mai 2014
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

Plus de réponses (0)

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by