Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

function 'ASFGetActiveFileInfo' not found #1

Open
rexn8r opened this issue Feb 22, 2022 · 0 comments
Open

function 'ASFGetActiveFileInfo' not found #1

rexn8r opened this issue Feb 22, 2022 · 0 comments

Comments

@rexn8r
Copy link

rexn8r commented Feb 22, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant