Search Criteria
Package Details: openface 2.2.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/openface.git (read-only, click to copy) |
---|---|
Package Base: | openface |
Description: | A state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation |
Upstream URL: | https://github.com/TadasBaltrusaitis/OpenFace |
Licenses: | custom |
Submitter: | petronny |
Maintainer: | petronny (AutoUpdateBot) |
Last Packager: | petronny |
Votes: | 1 |
Popularity: | 0.016538 |
First Submitted: | 2023-02-27 14:26 (UTC) |
Last Updated: | 2023-07-03 10:48 (UTC) |
Dependencies (11)
- boost-libs (boost-libs-git)
- dlib (dlib-git, dlib-cuda)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- glibc (glibc-widevine, glibc-git, glibc-linux4)
- openblas (openblas-lapack)
- opencv (opencv2, opencv-cuda)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- qt6-base (qt6-base-git, qt6-base-headless) (make)
- tbb (tbb2020, onetbb-git, onetbb) (make)
- wget (wget-git) (make)
Latest Comments
MarsSeed commented on 2023-07-03 10:46 (UTC)
I see, thank you for checking this.
petronny commented on 2023-07-03 10:38 (UTC) (edited on 2023-07-03 10:38 (UTC) by petronny)
Although
lapack
is mentioned in the official Dockerfile of OpenFace, they also have also commented this may be not the minimal dependencies.And if we change
openblas
toblas-openblas
in the PKGBUILD and addVERBOSE=1
to make, the build commands show no link toliblapack.so
. Moreover, at the end of the output ofextra-x86_64-build -- -I dlib-19.24.2-1-x86_64.pkg.tar.zst
,namcap
showsSo I decide to keep using
openblas
until there is a report showing that this package can be accelerated by the lapack.MarsSeed commented on 2023-07-03 10:03 (UTC)
I think this application is meant to use the full suite of OpenBLAS libraries, so you should switch to
blas-openblas
depends.MarsSeed commented on 2023-07-02 10:35 (UTC)
Please check the changes around Arch openblas and blas-openblas. You might need to switch depends from
openblas
toblas-openblas
. Arch openblas package is incomplete, only blas-openblas carries the full OpenBlas Lapack suite.Background:
Arch announced on June 14, 2023 a new blas-openblas repo package, which finally offers the full suite of OpenBLAS Lapack, with their blas implementation and corresponding cblas/lapacke interfaces.