plot_boxes | R Documentation |
Plot bounding boxes on image from md results
plot_boxes(image, label = FALSE, minconf = 0)
image |
The mdres for the image |
label |
T/F toggle to plot MD category |
minconf |
minimum confidence to plot box |
no return value, produces bounding box in plot panel
## Not run:
mdres <- classifyImageMD(mdsession, images$FilePath[30000])
plotBoxes(mdres, minconf = 0.5)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.