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
Asked
Active
Viewed 710 times
0

Srishti
- 355
- 1
- 17
-
What error you are getting? – Codesingh Dec 25 '16 at 11:01
-
i have mentioned a link to error check it – Srishti Dec 26 '16 at 16:13
-
what is the version of openCV? – Codesingh Dec 26 '16 at 17:37
-
what is the stasm version? – Codesingh Dec 26 '16 at 17:43
-
stasm verison is stasm3.1 and opencv is 2.4.13 – Srishti Jan 02 '17 at 06:00
-
@Codesingh what is the issue can u please see that – Srishti Jan 05 '17 at 11:34
-
sorry for the delay – Codesingh Jan 06 '17 at 06:22
1 Answers
0
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.

Codesingh
- 3,316
- 1
- 11
- 18
-
thnx @codesingh but that didn't worked out for me. As in python the syntax is like this only. – Srishti Jan 12 '17 at 11:21