Updating README.md (#10)
* Updating README.md * Updating the yml to point to the new build
This commit is contained in:
parent
b38fd876b2
commit
d7ea4348ce
2 changed files with 10 additions and 10 deletions
16
README.md
16
README.md
|
@ -15,14 +15,14 @@ Dependencies
|
||||||
- Visual Studio 2013 or higher
|
- Visual Studio 2013 or higher
|
||||||
|
|
||||||
*Linux*
|
*Linux*
|
||||||
- Ubuntu 14.04 or CentOS 7 or higher
|
- Ubuntu 14.04 or CentOS 7
|
||||||
- Affdex SDK 3.0
|
- Affdex SDK 3.1
|
||||||
- CMake 2.8 or higher
|
- CMake 2.8 or higher
|
||||||
- GCC 4.8 or higher
|
- GCC 4.8
|
||||||
|
|
||||||
*Additional dependencies*
|
*Additional dependencies*
|
||||||
|
|
||||||
- OpenCV 3.1
|
- OpenCV 2.4
|
||||||
- Boost 1.59
|
- Boost 1.59
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
@ -39,9 +39,9 @@ Installation
|
||||||
|
|
||||||
```bashrc
|
```bashrc
|
||||||
sudo apt-get install build-essential libopencv-dev libboost1.55-all-dev cmake
|
sudo apt-get install build-essential libopencv-dev libboost1.55-all-dev cmake
|
||||||
wget https://download.affectiva.com/linux/affdex-cpp-sdk-3.0-298-linux-64bit.tar.gz
|
wget https://download.affectiva.com/linux/affdex-cpp-sdk-3.1-396-linux-64bit.tar.gz
|
||||||
mkdir $HOME/affdex-sdk
|
mkdir $HOME/affdex-sdk
|
||||||
tar -xzvf affdex-cpp-sdk-3.0-linux-64bit.tar.gz -C $HOME/affdex-sdk
|
tar -xzvf affdex-cpp-sdk-3.1-396-linux-64bit.tar.gz -C $HOME/affdex-sdk
|
||||||
export AFFDEX_DATA_DIR=$HOME/affdex-sdk/data
|
export AFFDEX_DATA_DIR=$HOME/affdex-sdk/data
|
||||||
git clone https://github.com/Affectiva/cpp-sdk-samples.git $HOME/sdk-samples
|
git clone https://github.com/Affectiva/cpp-sdk-samples.git $HOME/sdk-samples
|
||||||
mkdir $HOME/build
|
mkdir $HOME/build
|
||||||
|
@ -55,7 +55,7 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/affdex-sdk/lib
|
||||||
OpenCV-webcam-demo (c++)
|
OpenCV-webcam-demo (c++)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Project for demoing the [FrameDetector class](http://developer.affectiva.com/v3/windows/analyze-frames/). It grabs frames from the camera, analyzes them and displays the results on screen.
|
Project for demoing the [FrameDetector class](http://developer.affectiva.com/v3_1/windows/analyze-frames/). It grabs frames from the camera, analyzes them and displays the results on screen.
|
||||||
|
|
||||||
The following command line arguments can be used to run it:
|
The following command line arguments can be used to run it:
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@ The following command line arguments can be used to run it:
|
||||||
Video-demo (c++)
|
Video-demo (c++)
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Project for demoing the Windows SDK [VideoDetector class](http://developer.affectiva.com/v3/windows/analyze-video/) and [PhotoDetector class](http://developer.affectiva.com/v3/windows/analyze-photo/). It processs video or image files, displays the emotion metrics and exports the results in a csv file.
|
Project for demoing the Windows SDK [VideoDetector class](http://developer.affectiva.com/v3_1/windows/analyze-video/) and [PhotoDetector class](http://developer.affectiva.com/v3_1/windows/analyze-photo/). It processs video or image files, displays the emotion metrics and exports the results in a csv file.
|
||||||
|
|
||||||
The following command line arguments can be used to run it:
|
The following command line arguments can be used to run it:
|
||||||
|
|
||||||
|
|
|
@ -4,9 +4,9 @@ image:
|
||||||
- Visual Studio 2015
|
- Visual Studio 2015
|
||||||
before_build:
|
before_build:
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
appveyor DownloadFile http://affdex-sdk-dist.s3-website-us-east-1.amazonaws.com/windows/AffdexSDK-3.1-339-win64.exe -FileName AffdexSDK-win64.exe
|
appveyor DownloadFile https://download.affectiva.com/windows/AffdexSDK-3.1-368-win64.exe -FileName AffdexSDK-3.1-368-win64.exe
|
||||||
|
|
||||||
AffdexSDK-win64.exe /S
|
AffdexSDK-3.1-368-win64.exe /S
|
||||||
|
|
||||||
nuget restore affdex-win-samples.sln
|
nuget restore affdex-win-samples.sln
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue