Ask Your Question

Revision history [back]

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.

click to hide/show revision 2
No.2 Revision

updated 2017-03-17 08:20:30 -0600

berak gravatar image

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.