You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
407 B

# CNN Face Detection
Originally, this workload returned an image where all the human faces were circles, along with the coordinates of the faces. It was modified to return a textual representation of faces, that is just the coordinates of the faces.
The scripts DO NOT check for functional correctness of output for this reason. Please look at other scripts to have a better example for new applications.