blob: 4719474e16e0e4036db678ae93e40f2affbbf6a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-mtcnn
pkgdesc = 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)
pkgver = 0.1.1
pkgrel = 1
epoch = 0
url = http://github.com/ipazc/mtcnn
arch = any
license = MIT
makedepends = python-setuptools
depends = python>=3.4
depends = python-keras
depends = python-opencv
depends = python-tensorflow>=2.2
provides = python3-mtcnn=0.1.1
conflicts = python3-mtcnn
source = python-mtcnn-0.1.1.tar.gz::https://pypi.debian.net/mtcnn/mtcnn-0.1.1.tar.gz
source = python-mtcnn-0.1.1-LICENSE::https://raw.githubusercontent.com/ipazc/mtcnn/master/LICENSE
sha256sums = d0957274584be62cb83d4a089041f8ee3cf3b1893e45f01ed3356f94a381302b
sha256sums = fd9642bdf0c3ae1231a961b5b471f01559608d7530bcd7c669eb7dcf17c57940
pkgname = python-mtcnn
|