ArcfaceDemo_Python_2.2 icon indicating copy to clipboard operation
ArcfaceDemo_Python_2.2 copied to clipboard

function 'ASFGetActiveFileInfo' not found

Open rexn8r opened this issue 3 years ago • 0 comments

hello

trying to evaluate the sdk.

i have copied all the dll in the respective folder and also setup python environment. i have copied app id and sdk id in the yml file

when in try to execute the script, i am getting following error;

Traceback (most recent call last): File "demo.py", line 18, in from arcface import ArcFace, timer File "C:\Users\raxit\Downloads\ArcSoft_ArcFace_Java_Windows_x64_V2.0\samplecode\ArcfaceDemo_Python_2.2-master\arcface_init_.py", line 1, in from ._arcface import ArcFace, FaceInfo, Gender File "C:\Users\raxit\Downloads\ArcSoft_ArcFace_Java_Windows_x64_V2.0\samplecode\ArcfaceDemo_Python_2.2-master\arcface_arcface.py", line 18, in from . import arcsoft_face_func as arcface_sdk File "C:\Users\raxit\Downloads\ArcSoft_ArcFace_Java_Windows_x64_V2.0\samplecode\ArcfaceDemo_Python_2.2-master\arcface_arcsoft_face_func.py", line 39, in get_active_file_info = arcface_engine_dll.ASFGetActiveFileInfo File "C:\ProgramData\Anaconda3\lib\ctypes_init.py", line 386, in getattr func = self.getitem(name) File "C:\ProgramData\Anaconda3\lib\ctypes_init.py", line 391, in getitem func = self._FuncPtr((name_or_ordinal, self)) AttributeError: function 'ASFGetActiveFileInfo' not found

how to resolve this error?

thanks

rexn8r avatar Feb 22 '22 09:02 rexn8r