summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: c42f034c73b75299213a4f9462f5c1ba75b0e57a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgbase = python-detectron2
	pkgdesc = Detectron2 is Facebook AI Research's next generation software system that implements state-of-the-art object detection algorithms.
	pkgver = r304.5e2a1ec
	pkgrel = 1
	url = https://github.com/facebookresearch/detectron2
	arch = any
	license = Apache-2.0
	depends = python
	depends = python-setuptools
	depends = python-pytorch
	depends = python-torchvision
	depends = python-cocoapi
	optdepends = opencv
	provides = python-detectron2
	source = detectron2::git+https://github.com/facebookresearch/detectron2.git
	sha256sums = SKIP

pkgname = python-detectron2