powered by
Plot bounding boxes on image from md results
plotBoxes(image, label = FALSE, minconf = 0)
no return value, produces bounding box in plot panel
The mdres for the image
T/F toggle to plot MD category
minimum confidence to plot box
if (FALSE) { mdres <- classifyImageMD(mdsession, images$FilePath[30000]) plotBoxes(mdres, minconf = 0.5) }
Run the code above in your browser using DataLab