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.000003 |
First Submitted: | 2023-02-27 14:26 (UTC) |
Last Updated: | 2023-07-03 10:48 (UTC) |
Dependencies (11)
- boost-libs
- dlibAUR (dlib-cudaAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- openblas (openblas-lapackAUR)
- opencv (opencv-cuda)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR) (make)
- tbb (onetbb-gitAUR, onetbb) (make)
- wget (wget-gitAUR, wurlAUR) (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.