how to use stasm library functions in python?

744 views Asked by At

error what i am getting.I am working on a project to recognize the facial expression using python.I am trying to use stasm library functions to find facial landmarks in my python module but that functions are not available. Please help where I'm wrong. Thanks the library is imported in the python module then also I'm not able to use functions of stasm

1

1

There are 1 answers

1
Codesingh On

I think i found the issue in line no. 13 it should be stasm_search_single not stasm.search_single and in line no. 18 it should be stasm_force not stasm.force

Cheers.