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.
Emil 6b0ba99e86
feature: added SJF scheduler and Regression based prediction (#385)
11 months ago
..
.gitignore feat: added new test for cnn_face_detection app 1 year ago
Makefile feat: added new test for cnn_face_detection app 1 year ago
README.md feat: added new test for cnn_face_detection app 1 year ago
cnn_faces.jpg feat: added new test for cnn_face_detection app 1 year ago
spec.json feature: added SJF scheduler and Regression based prediction (#385) 11 months ago

README.md

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.