Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryohey/opencv-clm
Mac OSX port of the Constrained Local Model (CLM) OpenCV implementation
https://github.com/ryohey/opencv-clm
Last synced: about 1 month ago
JSON representation
Mac OSX port of the Constrained Local Model (CLM) OpenCV implementation
- Host: GitHub
- URL: https://github.com/ryohey/opencv-clm
- Owner: ryohey
- Created: 2015-12-15T10:00:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-17T06:23:09.000Z (almost 9 years ago)
- Last Synced: 2024-05-01T23:43:02.763Z (7 months ago)
- Language: C++
- Size: 705 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenCV-CLM
Mac OSX port of the Constrained Local Model (CLM) OpenCV implementation
Original: [Xiaoguang Yan's Webpage](https://sites.google.com/site/xgyanhome/home/projects/clm-implementation)
# Usage
## Install OpenCV
```
brew tap homebrew/science
brew install opencv
```## Download Images
Place `all-images` directory that contains `franck_00000.jpg` ~ `franck_01999.jpg`
[http://www-prima.inrialpes.fr/FGnet/data/01-TalkingFace/talking_face.html](http://www-prima.inrialpes.fr/FGnet/data/01-TalkingFace/talking_face.html)
- First 1000 images
- Second 1000 images```cpp:OpenCV_CLM.cpp
auto imagesDir = "/Users/ryohei/Desktop/all-images"; // fix this
```