seetaface / SeetaFaceEngine

Other
4.61k stars 1.78k forks source link

Identification模块会异常退出 不知道怎么运行 #104

Open HuangPaipai opened 7 years ago

HuangPaipai commented 7 years ago

Detection和Alignment都可以正常运行,就是Identification模块老是异常退出 'seetafacego.exe' (Win32): Loaded 'D:\seetafacego\x64\Release\seetafacego.exe'. Symbols loaded. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'D:\seetafacego\x64\Release\Identification.dll'. Symbols loaded. 'seetafacego.exe' (Win32): Loaded 'F:\EngineerSoft\opencv\openCV2.4.11\opencv\build\x64\vc12\bin\opencv_imgproc2411.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'F:\EngineerSoft\opencv\openCV2.4.11\opencv\build\x64\vc12\bin\opencv_core2411.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'F:\EngineerSoft\opencv\openCV2.4.11\opencv\build\x64\vc12\bin\opencv_highgui2411.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\user32.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\msvcr120.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\gdi32.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\msvcr120d.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120d.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\ole32.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\combase.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\oleaut32.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\advapi32.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\msvfw32.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\avifil32.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\avicap32.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\shell32.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\windows.storage.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\msacm32.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\winmm.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\shlwapi.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\kernel.appcore.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.10240.16384_none_0212ec7eba871e86\comctl32.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\winmmbase.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\SHCore.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\cfgmgr32.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\powrprof.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\profapi.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\devobj.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\imm32.dll'. Cannot find or open the PDB file. 'seetafacego.exe' (Win32): Loaded 'C:\Windows\System32\msctf.dll'. Cannot find or open the PDB file. The thread 0xbe4 has exited with code -1 (0xffffffff). The thread 0x1398 has exited with code -1 (0xffffffff). The thread 0x26ec has exited with code -1 (0xffffffff). The program '[2524] seetafacego.exe' has exited with code -1 (0xffffffff). 也不知道怎么回事,求指导。

fengbingchun commented 7 years ago

可以参考:http://blog.csdn.net/fengbingchun/article/details/53311956 给出了identification的使用测试代码,在https://github.com/fengbingchun/Face_Test 给出了三个模块的编译工程

HuangPaipai commented 7 years ago

谢谢啦

HuangPaipai commented 7 years ago

谢谢啦