Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. | Workplan Steps | detect faces |
  2. |---|---|
  3. | Acquire data | downloaded folder of images from service to local director |
  4. | Load data into a data structure . | use python glob to load filenames into a list |
  5. | Normalize, clean, or otherwise prepare data | open .jpg file as binary |
  6. | Process the data | send the binary data with parameters and headers to MCS face api |
  7. | Emit results | Store then display the face detection information
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement