parse_MD | R Documentation |
parse MD results into a simple dataframe
parse_MD(
results,
manifest = NULL,
out_file = NULL,
buffer = 0.02,
threshold = 0,
file_col = "Frame"
)
results |
json output from megadetector |
manifest |
dataframe containing all frames |
out_file |
path to save dataframe |
buffer |
percentage buffer to move bbox away from image edge |
threshold |
confidence threshold to include bbox |
file_col |
column in manifest that refers to file paths |
original dataframe including md results
## Not run:
mdresults <- parseMD(mdres)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.