Install this version:
emerge -a =sci-ml/insightface-0.7.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-ml/insightface-0.7.3
Or alternatively:
emerge --autounmask-write -a =sci-ml/insightface-0.7.3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.7.3 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi
DESCRIPTION="State-of-the-art 2D and 3D Face Analysis Project"
HOMEPAGE="https://github.com/deepinsight/insightface"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
>=dev-python/numpy-1.22.3[${PYTHON_USEDEP}]
>=dev-python/cython-0.29.28[${PYTHON_USEDEP}]
dev-python/scikit-image[${PYTHON_USEDEP}]
sci-ml/albumentations[${PYTHON_USEDEP}]
media-libs/opencv[contrib,contribdnn,python,${PYTHON_USEDEP}]
"
BDEPEND="
>=dev-build/cmake-3.22.3
"
>=dev-python/numpy-1.22.3[] >=dev-python/cython-0.29.28[] dev-python/scikit-image[] sci-ml/albumentations[] media-libs/opencv[contrib,contribdnn,python,]
>=dev-build/cmake-3.22.3