From c21c3b0befeb46a51b6bf3758ffa30813bea0ff0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 9 Mar 2024 14:19:22 +0100 Subject: Adding upstream version 1.44.3. Signed-off-by: Daniel Baumann --- ml/dlib/examples/faces/2007_007763.jpg | Bin 0 -> 89619 bytes ml/dlib/examples/faces/2008_001009.jpg | Bin 0 -> 41770 bytes ml/dlib/examples/faces/2008_001322.jpg | Bin 0 -> 65344 bytes ml/dlib/examples/faces/2008_002079.jpg | Bin 0 -> 92641 bytes ml/dlib/examples/faces/2008_002470.jpg | Bin 0 -> 91349 bytes ml/dlib/examples/faces/2008_002506.jpg | Bin 0 -> 79316 bytes ml/dlib/examples/faces/2008_004176.jpg | Bin 0 -> 93821 bytes ml/dlib/examples/faces/2008_007676.jpg | Bin 0 -> 110034 bytes ml/dlib/examples/faces/2009_004587.jpg | Bin 0 -> 79462 bytes ml/dlib/examples/faces/Tom_Cruise_avp_2014_4.jpg | Bin 0 -> 66360 bytes ml/dlib/examples/faces/bald_guys.jpg | Bin 0 -> 648373 bytes ml/dlib/examples/faces/dogs.jpg | Bin 0 -> 175216 bytes .../examples/faces/image_metadata_stylesheet.xsl | 109 ++ ml/dlib/examples/faces/testing.xml | 43 + .../examples/faces/testing_with_face_landmarks.xml | 1772 ++++++++++++++++++++ ml/dlib/examples/faces/training.xml | 34 + .../faces/training_with_face_landmarks.xml | 1280 ++++++++++++++ 17 files changed, 3238 insertions(+) create mode 100755 ml/dlib/examples/faces/2007_007763.jpg create mode 100755 ml/dlib/examples/faces/2008_001009.jpg create mode 100755 ml/dlib/examples/faces/2008_001322.jpg create mode 100755 ml/dlib/examples/faces/2008_002079.jpg create mode 100755 ml/dlib/examples/faces/2008_002470.jpg create mode 100755 ml/dlib/examples/faces/2008_002506.jpg create mode 100755 ml/dlib/examples/faces/2008_004176.jpg create mode 100755 ml/dlib/examples/faces/2008_007676.jpg create mode 100755 ml/dlib/examples/faces/2009_004587.jpg create mode 100644 ml/dlib/examples/faces/Tom_Cruise_avp_2014_4.jpg create mode 100644 ml/dlib/examples/faces/bald_guys.jpg create mode 100644 ml/dlib/examples/faces/dogs.jpg create mode 100644 ml/dlib/examples/faces/image_metadata_stylesheet.xsl create mode 100644 ml/dlib/examples/faces/testing.xml create mode 100644 ml/dlib/examples/faces/testing_with_face_landmarks.xml create mode 100644 ml/dlib/examples/faces/training.xml create mode 100644 ml/dlib/examples/faces/training_with_face_landmarks.xml (limited to 'ml/dlib/examples/faces') diff --git a/ml/dlib/examples/faces/2007_007763.jpg b/ml/dlib/examples/faces/2007_007763.jpg new file mode 100755 index 000000000..6f19d2d67 Binary files /dev/null and b/ml/dlib/examples/faces/2007_007763.jpg differ diff --git a/ml/dlib/examples/faces/2008_001009.jpg b/ml/dlib/examples/faces/2008_001009.jpg new file mode 100755 index 000000000..411aeb3c6 Binary files /dev/null and b/ml/dlib/examples/faces/2008_001009.jpg differ diff --git a/ml/dlib/examples/faces/2008_001322.jpg b/ml/dlib/examples/faces/2008_001322.jpg new file mode 100755 index 000000000..354db0b6c Binary files /dev/null and b/ml/dlib/examples/faces/2008_001322.jpg differ diff --git a/ml/dlib/examples/faces/2008_002079.jpg b/ml/dlib/examples/faces/2008_002079.jpg new file mode 100755 index 000000000..8d19673ef Binary files /dev/null and b/ml/dlib/examples/faces/2008_002079.jpg differ diff --git a/ml/dlib/examples/faces/2008_002470.jpg b/ml/dlib/examples/faces/2008_002470.jpg new file mode 100755 index 000000000..fb0e44cb6 Binary files /dev/null and b/ml/dlib/examples/faces/2008_002470.jpg differ diff --git a/ml/dlib/examples/faces/2008_002506.jpg b/ml/dlib/examples/faces/2008_002506.jpg new file mode 100755 index 000000000..7508cb959 Binary files /dev/null and b/ml/dlib/examples/faces/2008_002506.jpg differ diff --git a/ml/dlib/examples/faces/2008_004176.jpg b/ml/dlib/examples/faces/2008_004176.jpg new file mode 100755 index 000000000..f018b743f Binary files /dev/null and b/ml/dlib/examples/faces/2008_004176.jpg differ diff --git a/ml/dlib/examples/faces/2008_007676.jpg b/ml/dlib/examples/faces/2008_007676.jpg new file mode 100755 index 000000000..646196f31 Binary files /dev/null and b/ml/dlib/examples/faces/2008_007676.jpg differ diff --git a/ml/dlib/examples/faces/2009_004587.jpg b/ml/dlib/examples/faces/2009_004587.jpg new file mode 100755 index 000000000..e10c42d97 Binary files /dev/null and b/ml/dlib/examples/faces/2009_004587.jpg differ diff --git a/ml/dlib/examples/faces/Tom_Cruise_avp_2014_4.jpg b/ml/dlib/examples/faces/Tom_Cruise_avp_2014_4.jpg new file mode 100644 index 000000000..bb2d73327 Binary files /dev/null and b/ml/dlib/examples/faces/Tom_Cruise_avp_2014_4.jpg differ diff --git a/ml/dlib/examples/faces/bald_guys.jpg b/ml/dlib/examples/faces/bald_guys.jpg new file mode 100644 index 000000000..dbd431f85 Binary files /dev/null and b/ml/dlib/examples/faces/bald_guys.jpg differ diff --git a/ml/dlib/examples/faces/dogs.jpg b/ml/dlib/examples/faces/dogs.jpg new file mode 100644 index 000000000..15667141d Binary files /dev/null and b/ml/dlib/examples/faces/dogs.jpg differ diff --git a/ml/dlib/examples/faces/image_metadata_stylesheet.xsl b/ml/dlib/examples/faces/image_metadata_stylesheet.xsl new file mode 100644 index 000000000..5d4a29539 --- /dev/null +++ b/ml/dlib/examples/faces/image_metadata_stylesheet.xsl @@ -0,0 +1,109 @@ + + + + + + + + 30 + + + + + + + + + + + + + Dataset name:
+ Dataset comment:

+ Number of images:
+ Number of boxes:
+
+
+ + + +

Only displaying the first images.

+
+
+ + + + + + (Number of boxes: ) +
+ + +
+ + + +
+ +
+
+ + + +
+
+
+
+
+
+ + +
+ + + +
diff --git a/ml/dlib/examples/faces/testing.xml b/ml/dlib/examples/faces/testing.xml new file mode 100644 index 000000000..f7ef446c3 --- /dev/null +++ b/ml/dlib/examples/faces/testing.xml @@ -0,0 +1,43 @@ + + + +Testing faces +These are images from the PASCAL VOC 2011 dataset. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ml/dlib/examples/faces/testing_with_face_landmarks.xml b/ml/dlib/examples/faces/testing_with_face_landmarks.xml new file mode 100644 index 000000000..7589561b1 --- /dev/null +++ b/ml/dlib/examples/faces/testing_with_face_landmarks.xml @@ -0,0 +1,1772 @@ + + + +Testing faces +These are images from the PASCAL VOC 2011 dataset. + The face landmarks are from dlib's shape_predictor_68_face_landmarks.dat + landmarking model. The model uses the 68 landmark scheme used by the iBUG + 300-W dataset. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ml/dlib/examples/faces/training.xml b/ml/dlib/examples/faces/training.xml new file mode 100644 index 000000000..b7e1d0071 --- /dev/null +++ b/ml/dlib/examples/faces/training.xml @@ -0,0 +1,34 @@ + + + +Training faces +These are images from the PASCAL VOC 2011 dataset. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ml/dlib/examples/faces/training_with_face_landmarks.xml b/ml/dlib/examples/faces/training_with_face_landmarks.xml new file mode 100644 index 000000000..b87e75350 --- /dev/null +++ b/ml/dlib/examples/faces/training_with_face_landmarks.xml @@ -0,0 +1,1280 @@ + + + +Training faces +These are images from the PASCAL VOC 2011 dataset. + The face landmarks are from dlib's shape_predictor_68_face_landmarks.dat + landmarking model. The model uses the 68 landmark scheme used by the iBUG + 300-W dataset. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3