-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathNAMESPACE
More file actions
58 lines (56 loc) · 1.19 KB
/
NAMESPACE
File metadata and controls
58 lines (56 loc) · 1.19 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Generated by roxygen2: do not edit by hand
export(aggregate_counts)
export(aggregate_predictions)
export(box_iou)
export(camelot_bulk_import)
export(chkpt_df)
export(classwise_metrics)
export(data_loader)
export(decode_output)
export(define_dataset)
export(deploy_model)
export(download_models)
export(encode_labels)
export(encode_locations)
export(eval_model)
export(eval_one_image)
export(extract_metadata)
export(generate_sequences)
export(get_model_input)
export(get_possible_species)
export(get_samples)
export(load_args)
export(load_operators)
export(location_contained_in_extent)
export(nms)
export(plot_img_bbox)
export(remove_na)
export(rename_files)
export(runShiny)
export(set_output_dir)
export(smart_relabel)
export(sort_images)
export(update_img_list)
export(verify_args)
export(weight_loader)
export(wide_output)
export(write_args)
export(write_bbox_df)
export(write_metadata_tags)
import(data.table)
import(dplyr)
import(exiftoolr)
import(fs)
import(lubridate)
import(lubridate, except = show)
import(magick)
import(rappdirs)
import(shiny)
import(shinyBS)
import(shinyFiles)
import(shinyjs, except = runExample)
import(stringr)
import(torch)
import(torchvision)
import(torchvisionlib)
import(usethis)