blob: d982219792628a04be6287f2072e67922ab11134 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = labelme
pkgdesc = Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).
pkgver = 4.6.0
pkgrel = 1
url = https://github.com/wkentaro/labelme
arch = any
license = GPL
makedepends = python-setuptools
depends = python-imgviz
depends = python-matplotlib
depends = python-numpy
depends = python-pillow
depends = python-qtpy
depends = python-termcolor
depends = python-yaml
optdepends = pyside2: Qt backend, at least install one Qt backend
optdepends = python-pyqt5: Qt backend
source = labelme-4.6.0.tar.gz::https://github.com/wkentaro/labelme/archive/v4.6.0.tar.gz
sha512sums = 320293bb2e93673af9f7f97d48f28d2ec79e6e11df8d48006f6c8f868fea3f6199149b639ddb81c9c40bc8816a1a9514a2b6dd6c262138ad3f444829c8fe3300
pkgname = labelme
|