In FaceRecognizer, does arrangement of data in csv file affects training?
I am following a tutorial (unable to post link here, Pl. google it) to do gender classification task in real time. It is detecting and giving label to person in video after training from stored data-set. When I change the sequence of images in .csv file the detection also get affected, so does arrangement of data in .csv file for training affects the output of classifier? Experts please comment.
if the order is affecting your prediction, then you're clearly doing something wrong.
can it be , you're changing the labelling, so ppl get another id this way ?
can you be more exact on what you're doing there ?