Description Usage Arguments Details Value Author(s) References Examples
View source: R/PredictObject_YOLO.R
Image is internally saved in Outdirectory and then loaded back again with pediction of YOLO.
1 | PredictObject_YOLO(Filename, InDirectory, Darknet_Model, Threshold = 0.19, OutDirectory = getwd(), PlotIt = FALSE)
|
Filename |
name of the input image to be predicted with .jpg or .png |
InDirectory |
directory of the image to be preddicted |
Darknet_Model |
trained neuronale network to be used, see darknet docu, if not given, per default YOLO v1 is used |
Threshold |
threshold for YOLO, se my Rmarkdown script |
OutDirectory |
directpry in which die prediction.png is temporary saved and then loaded again |
PlotIt |
should the image be plottet? |
shrtcut function for the darknet packge
an object of class 'cimg', see imager package for details
Michael Thrun
see rmarkdown script for further links
1 | ##todo
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.