forked from maju116/platypus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 911 Bytes
/
DESCRIPTION
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
Package: platypus
Type: Package
Title: Tools for Computer Vision in R
Version: 0.1.1
Authors@R: person("Michał", "Maj", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Michał Maj <[email protected]>
Description: Set of tools for Computer Vision like YOLOv3 for object detection and U-Net for image segmentation.
BugReports: https://github.com/maju116/platypus/issues
Encoding: UTF-8
LazyData: TRUE
License: MIT + file LICENSE
Depends:
R (>= 3.6),
tensorflow (>= 2.2.0),
keras (>= 2.3.0.0)
Imports:
reticulate (>= 1.16),
magrittr (>= 1.5),
dplyr (>= 1.0.0),
tibble (>= 3.0.1),
purrr (>= 0.3.4),
ggplot2 (>= 3.3.1),
readr (>= 1.3.1),
abind (>= 1.4-5),
XML (>= 3.99-0.3),
progress (>= 1.2.2),
jsonlite (>= 1.7.0),
RColorBrewer (>= 1.1-2),
gridExtra (>= 2.3)
Suggests:
testthat,
lintr,
covr
RoxygenNote: 7.1.1