diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 12:08:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 12:08:18 +0000 |
commit | 5da14042f70711ea5cf66e034699730335462f66 (patch) | |
tree | 0f6354ccac934ed87a2d555f45be4c831cf92f4a /src/ml/dlib/examples/faces/training.xml | |
parent | Releasing debian version 1.44.3-2. (diff) | |
download | netdata-5da14042f70711ea5cf66e034699730335462f66.tar.xz netdata-5da14042f70711ea5cf66e034699730335462f66.zip |
Merging upstream version 1.45.3+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/ml/dlib/examples/faces/training.xml')
-rw-r--r-- | src/ml/dlib/examples/faces/training.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/ml/dlib/examples/faces/training.xml b/src/ml/dlib/examples/faces/training.xml new file mode 100644 index 000000000..b7e1d0071 --- /dev/null +++ b/src/ml/dlib/examples/faces/training.xml @@ -0,0 +1,34 @@ +<?xml version='1.0' encoding='ISO-8859-1'?> +<?xml-stylesheet type='text/xsl' href='image_metadata_stylesheet.xsl'?> +<dataset> +<name>Training faces</name> +<comment>These are images from the PASCAL VOC 2011 dataset.</comment> +<images> + <image file='2007_007763.jpg'> + <box top='90' left='194' width='37' height='37'/> + <box top='114' left='158' width='37' height='37'/> + <box top='89' left='381' width='45' height='44'/> + <box top='198' left='94' width='37' height='37'/> + <box top='214' left='178' width='37' height='37'/> + <box top='86' left='294' width='37' height='37'/> + <box top='233' left='309' width='45' height='44'/> + </image> + <image file='2008_002079.jpg'> + <box top='166' left='407' width='37' height='37'/> + <box top='134' left='122' width='37' height='37'/> + <box top='138' left='346' width='37' height='37'/> + <box top='171' left='433' width='53' height='52'/> + <box top='134' left='62' width='37' height='37'/> + <box top='194' left='41' width='44' height='44'/> + </image> + <image file='2008_001009.jpg'> + <box top='79' left='145' width='76' height='76'/> + <box top='214' left='125' width='90' height='91'/> + </image> + <image file='2008_001322.jpg'> + <box top='162' left='104' width='76' height='76'/> + <box top='218' left='232' width='63' height='63'/> + <box top='155' left='344' width='90' height='90'/> + </image> +</images> +</dataset>
\ No newline at end of file |