forked from CameraTrapDetectoR/CameraTrapDetector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 1.05 KB
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 1.05 KB
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
Package: CameraTrapDetectoR
Title: CameraTrapDetectoR
Version: 0.2.0
Author: c("Amira L. Burns", "Michael A. Tabak", "Ryan S. Miller")
Maintainer: "Ryan S. Miller"," <Ryan.S.Miller@usda.gov>
Description: CameraTrapDetectoR runs object detection models on camera trap images. There is a general model that detects, counts, and classifies objects as birds, humans, (non-human) mammals, and vehicles, while also IDing empty images. There is another model that goes to the species level, and a third model that classifies to the family level. The `deploy_model` function is most relevent and will run each type of model on your images. The `runShiny` function will launch a Shiny Application to run the `deploy_model` function.
License: GPL-2
URL: https://github.com/CameraTrapDetectoR/CameraTrapDetectoR
Encoding: UTF-8
RoxygenNote: 7.2.1
Imports:
fs,
magick,
rappdirs,
sf,
shiny,
shinyBS,
shinyFiles,
shinyjs,
torch,
torchvision,
torchvisionlib
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Depends:
R (>= 2.10)