forked from CameraTrapDetectoR/CameraTrapDetector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
32 lines (30 loc) · 712 Bytes
/
NAMESPACE
File metadata and controls
32 lines (30 loc) · 712 Bytes
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
# Generated by roxygen2: do not edit by hand
export(apply_score_threshold)
export(dataLoader)
export(dataset)
export(decode_output)
export(deploy_model)
export(determine_overlap)
export(download_cache)
export(find_all_combinations)
export(find_sets_with_threshold)
export(find_unique_sets)
export(get_possible_species)
export(install_dependencies)
export(load_operators)
export(location_contained_in_extent)
export(plot_img_bbox)
export(reduce_overlapping_bboxes)
export(runShiny)
export(smart_relabel)
export(weightLoader)
import(fs)
import(magick)
import(rappdirs)
import(shiny)
import(shinyBS)
import(shinyFiles)
import(shinyjs, except = runExample)
import(torch)
import(torchvision)
import(torchvisionlib)