Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mike10004/stasm4
Fork of STASM face landmarking software, customized for Linux.
https://github.com/mike10004/stasm4
Last synced: 2 months ago
JSON representation
Fork of STASM face landmarking software, customized for Linux.
- Host: GitHub
- URL: https://github.com/mike10004/stasm4
- Owner: mike10004
- License: other
- Created: 2013-12-11T16:25:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-30T15:42:00.000Z (about 11 years ago)
- Last Synced: 2024-10-04T18:32:24.096Z (3 months ago)
- Language: C++
- Size: 6.85 MB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
stasm4
======Fork of STASM face landmarking software, customized for Linux.
From the upstream website:
> Stasm is a C++ software library for finding features in faces. You give
it an image of a face and it returns the positions of the facial features.
Stasm is designed to work on front views of faces with neutral expressions.Please see `doc/HISTORY.txt` and http://www.milbo.users.sonic.net/stasm for
further details on upstream sources.The motivation for this fork is
1. to eliminate segfaults occurring in destructors of some OpenCV objects
2. to modify and arrange code for easier building on Linux with common
build environment configurations
3. to streamline for packaging Linux binariesModifications to the upstream sources are distributed under the same license
as those sources (BSD 2-clause). Note original the author's warning that
some techniques embodied in the software may be encumbered by patents that
the source code license does not cover.On Ubuntu, you can install binaries generated from these modified sources
by adding the PPA https://launchpad.net/~mchaberski/+archive/ppa to your
repository sources. Follow the PPA link above for more detailed instructions,
but this is the short version:$ sudo add-apt-repository ppa:mchaberski/ppa
$ sudo apt-get update
$ sudo apt-get install stasm4-utilsThat will install the `stasm4-utils` package, which contains the `stasmark`
executable that can be used to detect landmarks in images with faces. The
executable provides limited functionality and flexibility; it's just a
starting point for decisions about how to stabilize the development
environment and how best to expose library functionality through executables.Please use the [Issues](https://github.com/mike10004/stasm4/issues) page
to ask questions, file bug reports, or request improvements. (Use the
question, bug, and enhancement labels as appropriate.)