tem_to_xml | R Documentation |
Make an XML file with the template points for a set of stimuli. For use with facetrain for training dlib models.
tem_to_xml(stimuli, dir = "images", imageset = "Image Set")
stimuli |
list of class stimlist |
dir |
path to save the images and XML file |
imageset |
name for the image set (in the XML file) |
the path to the xml file (invisibly)
xml <- system.file("demo/_images.xml", package = "webmorphR.dlib") # read the first 10 lines of the xml file readLines(xml, n = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.