testMD {animl} | R Documentation |
Select a Random Image and Run Through MegaDetector
Description
Select a Random Image and Run Through MegaDetector
Usage
testMD(input, mdsession, mdversion = 5, minconf = 0)
Arguments
input |
dataframe of all images |
mdsession |
MegaDetector mdsession |
mdversion |
megadetector version, defaults to 5 |
minconf |
minimum confidence with which to draw boxes, defaults to 0 |
Value
Null, plots box on image
Examples
## Not run:
testMD(input, mdsession)
## End(Not run)
[Package animl version 1.1.0 Index]