LibreFace 2.0.0
dotnet add package LibreFace --version 2.0.0
NuGet\Install-Package LibreFace -Version 2.0.0
<PackageReference Include="LibreFace" Version="2.0.0" />
paket add LibreFace --version 2.0.0
#r "nuget: LibreFace, 2.0.0"
// Install LibreFace as a Cake Addin #addin nuget:?package=LibreFace&version=2.0.0 // Install LibreFace as a Cake Tool #tool nuget:?package=LibreFace&version=2.0.0
Introduction
Official .NET implementation of our WACV 2024 Application Track paper: LibreFace: An Open-Source Toolkit for Deep Facial Expression Analysis.
Input Format
RGB 24bpp 224×224 image. BGR image will produce incorrect result.
Face Alignment
A sample facial image alignment C# code can be found at here.
Additional Dependencies
A specific ONNX runtime is not included as a dependency of this package. Please use one of the ONNX runtime packages listed in this page.
License
Our code is distributed under the USC research license. See LICENSE.txt
file for more information.
Citation
@misc{chang2023libreface,
title={LibreFace: An Open-Source Toolkit for Deep Facial Expression Analysis},
author={Di Chang and Yufeng Yin and Zongjian Li and Minh Tran and Mohammad Soleymani},
year={2023},
eprint={2308.10713},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.ML.OnnxRuntime.Managed (>= 1.17.1)
- System.Collections.Immutable (>= 8.0.0)
- System.Numerics.Tensors (>= 8.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on LibreFace:
Package | Downloads |
---|---|
OpenSense.Components.LibreFace
LibreFace component of OpenSense. This package uses CUDA, build options are available if you build from source. |
GitHub repositories
This package is not used by any popular GitHub repositories.
RELEASE_NOTES.md