mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/py-albumentations: New port: Fast image augmentation library and wrapper around other libraries
This commit is contained in:
parent
4eec09ad25
commit
b3604071e1
4 changed files with 34 additions and 0 deletions
|
@ -843,6 +843,7 @@
|
|||
SUBDIR += py-PyOpenGL
|
||||
SUBDIR += py-PyOpenGL-accelerate
|
||||
SUBDIR += py-actdiag
|
||||
SUBDIR += py-albumentations
|
||||
SUBDIR += py-altair
|
||||
SUBDIR += py-asciitree
|
||||
SUBDIR += py-beziers
|
||||
|
|
25
graphics/py-albumentations/Makefile
Normal file
25
graphics/py-albumentations/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
PORTNAME= albumentations
|
||||
DISTVERSION= 1.3.1
|
||||
CATEGORIES= graphics python # machine-learning
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Fast image augmentation library and wrapper around other libraries
|
||||
WWW= https://albumentations.ai/
|
||||
|
||||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.11.1:math/py-numpy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}qudida>=0.0.4:graphics/py-qudida@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scikit-image>=0.16.1:graphics/py-scikit-image@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>=1.1.0:science/py-scipy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist pytest # 95 tests fail, see https://github.com/albumentations-team/albumentations/issues/1505
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/py-albumentations/distinfo
Normal file
3
graphics/py-albumentations/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1703558078
|
||||
SHA256 (albumentations-1.3.1.tar.gz) = a6a38388fe546c568071e8c82f414498e86c9ed03c08b58e7a88b31cf7a244c6
|
||||
SIZE (albumentations-1.3.1.tar.gz) = 176371
|
5
graphics/py-albumentations/pkg-descr
Normal file
5
graphics/py-albumentations/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Albumentations is a computer vision tool that boosts the performance of deep
|
||||
convolutional neural networks.
|
||||
|
||||
The library is widely used in industry, deep learning research, machine learning
|
||||
competitions, and open source projects.
|
Loading…
Add table
Reference in a new issue