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
|
Source: deepboof
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Build-Depends:
debhelper-compat (= 12),
default-jdk,
javahelper,
junit4,
libddogleg-java,
libejml-java (>= 0.38),
libgeoregression-java,
libjarchivelib-java,
libjgraphx-java,
libprotobuf-java,
libzip4j-java (>= 2),
protobuf-compiler,
Standards-Version: 4.4.1
Homepage: https://github.com/lessthanoptimal/DeepBoof
Vcs-Browser: https://salsa.debian.org/java-team/deepboof
Vcs-Git: https://salsa.debian.org/java-team/deepboof.git
Package: libdeepboof-java
Architecture: all
Depends:
${misc:Depends},
Description: Java library for running deep neural networks
DeepBoof is a Java library for running deep neural networks trained using
other projects (e.g. Torch and Caffe) with a focus on processing image data.
Additional tools include visualization and network training. Image processing
is done using BoofCV. While it has been designed to work with Torch and Caffe
it does not depend either library for its core functionality.
|