blob: 8a73b18980d60d2168039f2c645824349f0cdf77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
pkgbase = python-sahi
pkgdesc = Lightweight vision library for performing large scale object detection/ instance segmentation
pkgver = 0.11.30
pkgrel = 1
url = https://github.com/obss/sahi
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = python-opencv
depends = python-pillow
depends = python-tqdm
depends = python-shapely
depends = python-pyyaml
depends = python-fire
depends = python-terminaltables
depends = python-requests
depends = python-click
source = git+https://github.com/obss/sahi#tag=0.11.30
sha256sums = SKIP
pkgname = python-sahi
|