1 | initial version |
Thank you berak, I was using following format in order to also read name in string format from csv file: /FaceRecg/face/male/s1/1.pgm;1;male /FaceRecg/face/female/s1/1.pgm;0;female instead of this: /FaceRecg/face/male/s1/1.pgm;1 /FaceRecg/face/female/s1/1.pgm;0
It is working fine now after using later format.
2 | No.2 Revision |
Thank you berak, I was using following format in order to also read name in string format from csv file:
file:
/FaceRecg/face/male/s1/1.pgm;1;male
/FaceRecg/face/female/s1/1.pgm;0;female
instead of this:
this:
/FaceRecg/face/male/s1/1.pgm;1
/FaceRecg/face/female/s1/1.pgm;0/FaceRecg/face/female/s1/1.pgm;0
It is working fine now after using later format.