Ask Your Question
0

Gender Detection

asked 2016-09-26 18:55:54 -0600

bio gravatar image

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 in details to run the code. Thanks

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-09-28 02:03:34 -0600

berak gravatar image

updated 2016-09-28 02:07:24 -0600

none of those are real errors, but warnings, that you might not be able to debug the resp. dll code .

pdb's are system specific, and not supplied by opencv. if you need those, you will have to build the opencv libs from src (this will also build the pdb's for opencv)

i'd rather be alarmed by has exited with code 1 (0x1)., this is a clear indication, that something (e.g. the csv file) was not loaded ! (see e.g. here, l.89

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-09-26 18:55:54 -0600

Seen: 205 times

Last updated: Sep 28 '16