Created
January 21, 2020 16:15
-
-
Save hammertoe/981c8880a523fc04c980a8d2c89c0bf9 to your computer and use it in GitHub Desktop.
Output of running align_faces.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(pytorch2) (base) Matts-iMac:facial_alignment matt$ ls input/ | |
IMG_0720.JPG IMG_1784.JPG IMG_2697_2.JPG IMG_3251.JPG IMG_5523_2.JPG IMG_7489.JPG IMG_7836.JPG | |
IMG_1148.JPG IMG_1908.JPG IMG_2918.JPG IMG_3651.JPG IMG_7480.JPG IMG_7490.JPG IMG_9029.JPG | |
IMG_1215.JPG IMG_1910.JPG IMG_3028.JPG IMG_3833.JPG IMG_7482.JPG IMG_7630.JPG IMG_9622.JPG | |
IMG_1574.JPG IMG_2041.JPG IMG_3250.JPG IMG_5520_2.JPG IMG_7485.JPG IMG_7633.JPG IMG_9919.JPG | |
(pytorch2) (base) Matts-iMac:facial_alignment matt$ python align_faces.py --shape-predictor shape_predictor_68_face_landmarks.dat --images input/*.JPG | |
processing: input/IMG_0720.JPG | |
processing: input/IMG_1148.JPG | |
processing: input/IMG_1215.JPG | |
processing: input/IMG_1574.JPG | |
processing: input/IMG_1784.JPG | |
processing: input/IMG_1908.JPG | |
processing: input/IMG_1910.JPG | |
processing: input/IMG_2041.JPG | |
processing: input/IMG_2697_2.JPG | |
processing: input/IMG_2918.JPG | |
processing: input/IMG_3028.JPG | |
processing: input/IMG_3250.JPG | |
processing: input/IMG_3251.JPG | |
processing: input/IMG_3651.JPG | |
processing: input/IMG_3833.JPG | |
processing: input/IMG_5520_2.JPG | |
processing: input/IMG_5523_2.JPG | |
processing: input/IMG_7480.JPG | |
processing: input/IMG_7482.JPG | |
processing: input/IMG_7485.JPG | |
processing: input/IMG_7489.JPG | |
processing: input/IMG_7490.JPG | |
processing: input/IMG_7630.JPG | |
processing: input/IMG_7633.JPG | |
processing: input/IMG_7836.JPG | |
processing: input/IMG_9029.JPG | |
processing: input/IMG_9622.JPG | |
processing: input/IMG_9919.JPG | |
(pytorch2) (base) Matts-iMac:facial_alignment matt$ ls aligned/ | |
0ee9b495-d3a6-47b2-a2ae-d5c2031ce5f9.png 7c9c1d42-c7bb-4da5-ab98-7577bf02ecf5.png | |
117ede10-723a-4e79-9c7d-ba51c8cbccaa.png 886e3f94-9a03-4e2c-8c2e-6eeecfef6193.png | |
14a53a71-ae1d-48a7-ba7f-4809d2cecaee.png 8bcb482d-28f9-4016-8bb0-7ee5196f2b2e.png | |
2706b631-fbd4-44fa-8aa6-5f98759160ca.png 8cd8d43e-4fcb-40c4-92bc-1464044a08a8.png | |
2d1ed66a-ee42-45f1-a729-505c9c803619.png 8fae34c5-e915-4160-82c2-d797ebc416e1.png | |
3743d13d-fc61-4ec1-a54b-94b17e27bb1f.png 9255647d-b690-4875-8b31-df154692b524.png | |
3816f5a7-fceb-410d-876f-8a0978389c63.png 9db5b25e-2d69-4bba-a296-e11acb472bc9.png | |
43d9f650-9bdd-462e-b658-b7403504b1e1.png b156577a-8d02-4a2c-bec4-06ffbc7c0fa0.png | |
48246521-462a-42be-97d0-2f44b5a179c9.png b4a68c60-a7ce-4fe6-a841-f505d9b1fbf2.png | |
48b01136-2b2a-4f0b-9796-f7f17a63b461.png c0c95652-6875-423d-83db-a85c3741cdec.png | |
4aec7832-6fb8-4fa0-9779-2ca14a7ba4b3.png c20faca6-6d22-4925-9740-8608a7f15033.png | |
5a4e2753-e940-4e24-bc21-1c6e0974ad31.png c7eebd71-e4a4-47dd-ab8e-28bcbf8baac5.png | |
5c5be3b8-675e-468a-9f48-6592a952db9a.png f4b6d8b8-abd6-42d1-8ffd-0c4793965474.png | |
6fdfa6b0-896a-42d9-9c57-2fdb05b2cf96.png | |
(pytorch2) (base) Matts-iMac:facial_alignment matt$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment