python-mtcnn on AUR (Arch User Repository)

Last updated: July 03,2024

1. Install "python-mtcnn" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install python-mtcnn on Arch using YAY

$ yay -S python-mtcnn

* (Optional) Uninstall python-mtcnn on Arch using YAY

$ yay -Rns python-mtcnn

2. Manually Install "python-mtcnn" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone python-mtcnn's git locally

$ git clone https://aur.archlinux.org/python-mtcnn.git ~/python-mtcnn

c. Go to ~/python-mtcnn folder and install it

$ cd ~/python-mtcnn $ makepkg -si

3. Information about the python-mtcnn package on Arch User Repository (AUR)

ID: 908821
Name: python-mtcnn
PackageBaseID: 167048
PackageBase: python-mtcnn
Version: 0.1.0-1
Description: Implementation of the MTCNN face detector for Keras. Written from scratch, using as a reference the implementation of MTCNN from David Sandberg (FaceNet’s MTCNN) in Facenet. Based on the paper Zhang, K et al. (2016)
URL: http://github.com/ipazc/mtcnn
NumVotes: 2
Popularity: 0.021533
OutOfDate:
Maintainer: dreieck
Submitter: dreieck
FirstSubmitted: 1621339203
LastModified: 1621339203
URLPath: /cgit/aur.git/snapshot/python-mtcnn.tar.gz