decode_output | R Documentation |
This function will convert the output from NN into a format that can be used to make plots and provide a csv with information
decode_output(output, label_encoder, h, score_threshold = 0.7)
output |
this is a subset of the list output from the neural net |
label_encoder |
passed from deploy model function |
h |
image height after resizing. Recommend not changing this |
score_threshold |
threshold score for keeping bounding boxes |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.