PyStasm icon indicating copy to clipboard operation
PyStasm copied to clipboard

Python wrapper for finding features in faces.

Results 9 PyStasm issues
Sort by recently updated
recently updated
newest added

Has anyone installed windos successfully?? I tried many times,but failed!!! Can someone tell me how deal with it ?

Hello, I have this problem with both Python3.4 and Python2.7. Could you please help me out? `Traceback (most recent call last): File "/home/student/PycharmProjects/CS161_Computer_Vision/Pankratov_Nikita_assignment_7.py", line 4, in import stasm File "/usr/local/lib/python3.4/dist-packages/PyStasm-0.3.2-py3.4-linux-x86_64.egg/stasm/__init__.py",...

sudo python3.6 setup.py install running install running bdist_egg running egg_info writing PyStasm.egg-info/PKG-INFO writing dependency_links to PyStasm.egg-info/dependency_links.txt writing requirements to PyStasm.egg-info/requires.txt writing top-level names to PyStasm.egg-info/top_level.txt reading manifest file 'PyStasm.egg-info/SOURCES.txt' reading...

Any chance of getting a binary for Windows Python 2.7 x86?

I successfully run `pip install PyStasm` ``` C:\Users\user>pip install PyStasm Collecting PyStasm Downloading PyStasm-0.3.1-cp27-none-win_amd64.whl (1.4MB) 100% |################################| 1.4MB 280kB/s Requirement already satisfied (use --upgrade to upgrade): numpy>=1.7 in c:\anac nda\lib\site-packages...

Currently the build fails using macOS's default compiler.

Still not sure what points can be used with `stasm.search_pinned`.Should it be some specific points(for example eyes) or it can be arbitary subset of 77 points landmark model and >...

Here is my try to install Pystasm on Ubuntu 12.04 `lsb_release -a` ``` No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 12.04.5 LTS Release: 12.04 Codename: precise ```...

I get Segmentation fault (core dumped) using PyStasm. It happends sometimes on image 98, and sometimes after all images processed. http://stackoverflow.com/questions/13654449/error-segmentation-fault-core-dumped Here is my code: https://github.com/mrgloom/Kaggle-Facial-Keypoints-Detection-Solutions/blob/master/stasm_example.py `pip freeze` ``` Cython==0.23.3...