summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 0d7f7d3bff25a12025e41f834806ababf81a534e (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
pkgbase = python-yolox
	pkgdesc = YOLOX is an object detection method, an anchor-free version of YOLO, with a simpler design but better performance.
	pkgver = 0.3.0
	pkgrel = 3
	url = https://github.com/Megvii-BaseDetection/YOLOX
	arch = any
	license = MIT
	makedepends = python-setuptools
	depends = python
	depends = python-numpy
	depends = python-opencv
	depends = python-loguru
	depends = python-tqdm
	depends = python-thop
	depends = python-tabulate
	depends = python-psutil
	depends = python-pycocotools
	depends = python-onnx
	depends = python-pytorch
	optdepends = python-ninja
	optdepends = tensorboard
	optdepends = python-onnx
	optdepends = python-onnxsim
	source = git+https://github.com/Megvii-BaseDetection/YOLOX
	sha256sums = SKIP

pkgname = python-yolox
	depends = python
	depends = python-numpy
	depends = python-opencv
	depends = python-loguru
	depends = python-tqdm
	depends = python-thop
	depends = python-tabulate
	depends = python-psutil
	depends = python-pycocotools
	depends = python-onnx
	depends = python-pytorch