Gender detection
Hi,
I got the source code for gender detection and its running without any errors.As I understood, last image in the data set is the test image.So, what should be label value for it?
Hi,
I got the source code for gender detection and its running without any errors.As I understood, last image in the data set is the test image.So, what should be label value for it?
It depends on your problem. What is your expected accuracy? What is your time requirement? They have trade off between time and accuracy. High accuracy increases computational time. In my experiment, I choose 100 images. In which, 50 images for male and 50 images for female. Good luck
Hi: I was trying to follow the instructions from this site http://docs.opencv.org/2.4/modules/co... but I am getting these error messages :
'Priya.exe' (Win32): Loaded 'C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\detoured.dll'. Cannot find or open the PDB file. 'Priya.exe' (Win32): Loaded 'C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\nvd3d9wrap.dll'. Cannot find or open the PDB file. 'Priya.exe' (Win32): Loaded 'C:\Windows\SysWOW64\setupapi.dll'. Symbols loaded. 'Priya.exe' (Win32): Loaded 'C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\nvdxgiwrap.dll'. Cannot find or open the PDB file. The program '[3420] Priya.exe' has exited with code 1 (0x1).
please advise the steps you followed to run the code
Asked: Nov 7 '13
Seen: 641 times
Last updated: Mar 24 '15
Hi: I was trying to follow the instructions from this site http://docs.opencv.org/2.4/modules/co... but I am getting these error messages :
'Priya.exe' (Win32): Loaded 'C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\detoured.dll'. Cannot find or open the PDB file. 'Priya.exe' (Win32): Loaded 'C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\nvd3d9wrap.dll'. Cannot find or open the PDB file. 'Priya.exe' (Win32): Loaded 'C:\Windows\SysWOW64\setupapi.dll'. Symbols loaded. 'Priya.exe' (Win32): Loaded 'C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\nvdxgiwrap.dll'. Cannot find or open the PDB file. The program '[3420] Priya.exe' has exited with code 1 (0x1).
please advise the steps you followed to run the code