Skip to content

Commit

Permalink
added license and cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaneesh authored Apr 9, 2024
1 parent f66d4e9 commit b4d0cb3
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

PyAFAR is a Python-based, open-source facial action unit detection library for use with adults and infants. For an introduction to PyAFAR and understanding the Facial Affect Coding System (FACS), visit our [website](https://affectanalysisgroup.github.io/PyAFAR/).

## Requirements

PyAFAR comes as an executable file for Windows, Linux (Ubuntu), and Mac platforms. It can be used as an out-of-the-box software with no additional dependency requirements.
PyAFAR comes as an executable file for Windows, Linux (Ubuntu), and Mac platforms. It can be used as an out-of-the-box software with no additional proprietary dependency requirements.

PyAFAR GPU capabilities work only on Linux or WSL2.

Expand All @@ -17,15 +15,7 @@ PyAFAR GPU capabilities work only on Linux or WSL2.
- `AU predictions`: Normalized faces are used for AU predictions (occurrence and intensity). Separate detection modules for occurrence are available for adults and infants. Intensity predictions are available for adults only.
- `Output`: PyAFAR can output frame-level predictions in CSV and JSON formats to enable easy reading with most platforms used by both computational as well as domain experts.

## How to run

A step-by-step instruction guide with screenshots on how to run PyAFAR can be found [here](./resources/readme/instructions.md).

Ensure the executable file (.exe file in windows) and the downloaded models folder are in the same directory for the package to run.

## Output format

A complete description of each variable in the output can be found [here](./resources/readme/output_format.md).
See the [wiki](https://github.com/AffectAnalysisGroup/PyAFAR/wiki) for information on how to install and use PyAFAR.

## Citations

Expand Down Expand Up @@ -67,12 +57,8 @@ PyAFAR is a result of the following publications. If you use PyAFAR in your work

## License

Copyright (c) 2024 AffectAnalysisGroup
Copyright (c) 2024 AffectAnalysisGroup.

AFAR is freely available for free non-commercial use, and may be redistributed under these conditions. Interested in a commercial license? Please contact <a href="https://www.jeffcohn.net/">Jeffrey Cohn</a>.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
See complete license information [here](https://github.com/AffectAnalysisGroup/PyAFAR/blob/main/LICENSE).

0 comments on commit b4d0cb3

Please sign in to comment.